chore: Migrated all instances of cupcakearmy to cseitz-forks

This commit is contained in:
Chris Seitz
2024-05-04 13:09:39 -04:00
parent 078339d923
commit 94bba0c1aa
29 changed files with 64 additions and 64 deletions

View File

@@ -7,8 +7,8 @@ The way snapshots are referenced in the `restore` and `prune` commands has been
## Config files
- The config file now required to have a version number. This has to be added with `version: 2` at the root.
- Hooks now optionally support `dir: /some/dir` in the [options object](https://pkg.go.dev/github.com/cupcakearmy/autorestic/internal#Hooks).
- Docker volumes don't get prefixed with `volume:` anymore, rather you have to set the `type: volume` in the [location config](https://pkg.go.dev/github.com/cupcakearmy/autorestic/internal#Hooks).
- Hooks now optionally support `dir: /some/dir` in the [options object](https://pkg.go.dev/github.com/cseitz-forks/autorestic/internal#Hooks).
- Docker volumes don't get prefixed with `volume:` anymore, rather you have to set the `type: volume` in the [location config](https://pkg.go.dev/github.com/cseitz-forks/autorestic/internal#Hooks).
See detailed instructions below.