Commit Graph

108 Commits

Author SHA1 Message Date
shahvirb a89ba5a40a
Update forget.md keep-within argument to be '14d' (#236)
keep-within duration can only have units 'y', 'm', 'd', and 'h'. The current documentation of '2w' yields:
```invalid argument "2w" for "--keep-within" flag: invalid unit 'w' found after number 2```

https://restic.readthedocs.io/en/latest/060_forget.html#removing-snapshots-according-to-a-policy
2022-09-13 14:59:46 +02:00
Varac 49b37a0a9a
Add varacs ansible role (#201)
Co-authored-by: Nicco <hi@nicco.io>
2022-05-24 13:34:10 +02:00
Nicco 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
Nicco 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
cupcakearmy 2da440a1cd
richtiattribution 2022-04-13 08:55:53 +02:00
cupcakearmy 0f6c34dc6b
healthcheck example 2022-04-12 23:59:12 +02:00
ninjabenji 1e62f6cb05
DOC - Note on config filename extension
Seems the config file can be located wherever needed but not using an extension or using an extension other than .yml causes the following error
could not load config file
Unsupported Config Type ""
2022-04-08 10:31:42 +01:00
ninjabenji b4cc0f0ab1
Add warning about location names.
Location names need to be lower case in order to work properly.
2022-04-07 10:32:17 +01:00
ninjabenji a3e539b0b7
Add line break in documentation 2022-04-07 10:00:28 +01:00
ninjabenji 79164e3de0
Add lower case warning for backend name
If uppercase characters are used in a backend name a check (and I assume other actions) will fail.
2022-04-06 21:28:25 +01:00
cupcakearmy 8a713e497d
add ssh & update deps 2022-03-12 14:13:29 +01:00
cupcakearmy 5afad86e37
1.5.6 2022-03-10 16:36:26 +01:00
cupcakearmy a373c07fb0
contrib 2022-02-13 16:25:51 +01:00
Jan 6bf4953003 Add error handling to reading config file. 2022-02-09 20:26:02 +01:00
cupcakearmy 21b83b4c89
docker docs 2021-12-06 17:20:06 +01:00
cupcakearmy e0b2c99ccd
contrib 2021-11-24 09:45:19 +01:00
cupcakearmy 3029259d82
docs 2021-11-21 21:06:25 +01:00
cupcakearmy ed3c17d678
migration docs 2021-11-20 17:09:42 +01:00
cupcakearmy 8802b74b47
changelog and docs 2021-11-20 17:03:54 +01:00
cupcakearmy 4126436f7f
migration docs 2021-11-07 11:42:45 +01:00
cupcakearmy 113a97c283
add config version to ensure compatibility 2021-11-06 22:00:44 +01:00
cupcakearmy c250391f67
docs 2021-11-01 11:19:27 +01:00
cupcakearmy d3b4915d25
deprecation notion 2021-11-01 09:09:29 +01:00
cupcakearmy 0ae374cd45
docs 2021-10-31 23:35:46 +01:00
cupcakearmy 27e82c8529
Merge branch 'master' into multiple-paths 2021-10-31 22:54:14 +01:00
cupcakearmy 14dd41d60d
docs 2021-10-31 22:32:34 +01:00
n d78fbb6650
Remove credit from AUR 2021-10-31 19:40:53 +09:00
cupcakearmy 92b1577634
use wget 2021-10-30 14:36:25 +02:00
cupcakearmy 3b99e301e9
only use wget 2021-10-30 14:30:53 +02:00
cupcakearmy 246e6fc0d8
enable generic env variables 2021-10-30 13:48:44 +02:00
cupcakearmy fb6217d868
docs for global flags 2021-10-28 18:09:38 +02:00
cupcakearmy 1628384e1f
docs 2021-10-28 17:35:51 +02:00
Nicco ddc3accb30
Merge pull request #114 from cupcakearmy/1.3.0
1.3.0
2021-10-26 16:03:09 +02:00
cupcakearmy 88198c4fcb
docs for hook envs 2021-10-26 15:57:47 +02:00
cupcakearmy 6137e31c3b
allow argumentless flags 2021-10-25 18:29:59 +02:00
cupcakearmy 2789502c89
toc 2021-10-25 18:02:56 +02:00
cupcakearmy b87381cd3b
docs for envs 2021-10-25 18:02:51 +02:00
cupcakearmy a1abe13a39
docs on cron 2021-10-25 17:07:29 +02:00
Nicco ddf287f6f5
Merge pull request #113 from cupcakearmy/1.3.0
1.3.0
2021-10-22 17:59:25 +02:00
cupcakearmy 56f82ae656
pnpm & typo 2021-10-22 17:57:43 +02:00
Fuzzy 7a8830cb2f
Add third ansible role to community docs 2021-10-06 13:24:40 -04:00
cupcakearmy e80f200873
systemd units 2021-08-06 10:20:40 +02:00
cupcakearmy 5c0788900f
docs 2021-08-05 21:54:40 +02:00
cupcakearmy b9b8857bf4
aliases 2021-07-12 19:10:25 +02:00
Nicco c2e88193cd
Update contrib.md 2021-06-06 15:51:50 +02:00
Jeremy Seitz d45949b028
correction to B2 config in the example
This example was missing the `env:` block in YAML, which if missing, caused `autorestic check` to compain:

``` * 'Backends[remote]' has invalid keys: b2_account_id, b2_account_key```
2021-06-06 14:27:26 +02:00
cupcakearmy 90cd3171e5
docs 2021-05-17 22:40:23 +02:00
cupcakearmy 41736ea3c4
typos 2021-05-07 11:34:46 +02:00
Fuzzy 1326e7e53c
Update update command in docs 2021-05-06 23:05:34 -04:00
cupcakearmy e05386b0b5
add failure and success hooks 2021-05-06 15:55:32 +02:00