Commit Graph

31 Commits

Author SHA1 Message Date
Boris Bera
6895df1c83 fix(config): fix config marshaling producing unreadable config file (#402)
There are two practical changes when the config gets updated:
- The `forgetoption` and `configoption` bug is now gone
- Superfluous config keys no longer get written out
2024-11-04 15:20:42 +01:00
Boris Bera
776638e6fe fix(backend): treat all special chars as _ in env (#382) 2024-08-28 17:25:06 +02:00
Boris Bera
bc74d3f13e Add option to crash autorestic when key is missing instead of generating a new key (#383)
* feat(backend): add requireKey option to backend

This option will prevent `autorestic` from generating a key and will
cause it to crash instead. This is intended for use cases where you want
to provision the key yourself and don't want `autorestic` to
accidentally generate one for you.

* doc(backend): document requireKey
2024-08-28 17:21:01 +02:00
Tucker Kern
a82273ec13 Allow REST backend with docker volumes (#366) 2024-03-27 20:20:13 +01:00
rdelaage
4848702929 Use options on exec command (#253)
Co-authored-by: Romain de Laage <romain.delaage@rdelaage.ovh>
2024-02-15 14:23:43 +01:00
Andreas
112a69d743 Allow env variables in path for rest backend (#280) 2023-03-02 15:00:39 +01:00
Chosto
b830667264 Use options when calling check or init (#199) 2022-09-13 15:15:02 +02:00
John Burkhardt
83eeb847ac Add command line flag to override docker image. (#233) 2022-09-13 15:04:12 +02:00
5bcf5c9217 1.7.0 (#188)
* stream the output (#186)

* dont duplicate global flags (#187)

* docs for tagging

* fix self update path (#190)

* version bump & changelog
2022-04-27 00:48:52 +02:00
434862ed4e 1.6.0 (#180)
* fix for #178

* restore options

* error codes

* update docs

* forget docs

* add option to auto forget

* add copy option

* update go version to enable generics

* copy docs

* changelog & version bump
2022-04-14 11:51:32 +02:00
db9f5dea66 1.5.4 2022-02-16 21:42:54 +01:00
0c37af5588 #140 Docker version pinning 2021-12-06 11:59:58 +01:00
0c71bea93e use own docker image 2021-11-21 21:10:32 +01:00
cd7a5cbc13 also enable azure and google cloud 2021-11-01 00:19:32 +01:00
3dd3956d64 support for rclone 2021-11-01 00:16:54 +01:00
d0b1b86fdd docker runner 2021-10-31 22:32:55 +01:00
246e6fc0d8 enable generic env variables 2021-10-30 13:48:44 +02:00
048a5ffed8 renamed env 2021-10-25 18:02:45 +02:00
02a8e461d4 ability to use keys from envs 2021-10-25 17:36:06 +02:00
61673bd88b allow options for backend 2021-05-17 22:34:14 +02:00
70eb9e441f add rclone support 2021-04-24 16:40:53 +02:00
6efcce07b7 show error and exit with bad code if not found 2021-04-23 23:53:57 +02:00
188560395d exclude items from config when empty and rest options 2021-04-23 13:11:15 +02:00
276c424106 pass env of backends to restic 2021-04-17 13:04:40 +02:00
1bbd3879fe make back compatible 2021-04-16 22:02:25 +02:00
6449b8999f support for volume locations 2021-04-15 21:55:35 +02:00
3ccaee4066 cleaner output and ctrl-c 2021-04-12 16:15:17 +02:00
03ca0c8677 add key if not present 2021-04-12 00:02:35 +02:00
19e75c1dad fixes 2021-04-11 18:17:21 +02:00
6e25b90915 unlock on error and named arrays for config 2021-04-11 17:02:34 +02:00
03cbbfd91c go rewrite 2021-04-09 01:55:10 +02:00