.env.template 277 B

12345678
  1. BACKUP_SOURCE=/home
  2. RESTIC_FORGET_ARGS=--keep-weekly 2 --prune
  3. AWS_ACCESS_KEY_ID=example-TwelveChar
  4. AWS_SECRET_ACCESS_KEY=30RandomAlphaNumericCharacters
  5. RESTIC_PASSWORD=AnotherSetOf30RandomCharacters
  6. RESTIC_REPOSITORY=s3:https://example.ulm-store.de/mybackup
  7. TZ=Europe/Berlin