Borg backup: Difference between revisions
imported>Nix m add Software/Applications subcategory |
imported>Uwu m https://borgbackup.readthedocs.io/en/stable/usage/general.html#environment-variables BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=no (or =yes) |
||
| Line 54: | Line 54: | ||
encryption.mode = "none"; | encryption.mode = "none"; | ||
environment.BORG_RSH = "ssh -o 'StrictHostKeyChecking=no' -i /home/danbst/.ssh/id_ed25519"; | environment.BORG_RSH = "ssh -o 'StrictHostKeyChecking=no' -i /home/danbst/.ssh/id_ed25519"; | ||
environment.BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = " | environment.BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes"; | ||
extraCreateArgs = "--verbose --stats --checkpoint-interval 600"; | extraCreateArgs = "--verbose --stats --checkpoint-interval 600"; | ||
repo = "ssh://user@example.com//media/backup/${name}"; | repo = "ssh://user@example.com//media/backup/${name}"; | ||