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

@@ -9,7 +9,7 @@ For remote backups (S3, B2, GCS, etc.) it's quite easy, as you only need to moun
```bash
docker run --rm \\
-v $(pwd):/data \\
cupcakearmy/autorestic \\
cseitz-forks/autorestic \\
autorestic backup -va -c /data/.autorestic.yaml
```