Fix gitea backup repo path
This commit is contained in:
parent
457d2b78ef
commit
c3b621225d
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@ let
|
|||
environment = {
|
||||
BORG_RSH = "ssh -i ${config.sops.secrets.gitea_backup_ssh_key.path}";
|
||||
};
|
||||
repo = "ssh://zh2088@zh2088.rsync.net:backups/gitea/${name}";
|
||||
repo = "ssh://zh2088@zh2088.rsync.net/./backups/gitea/${name}";
|
||||
compression = "zstd,10";
|
||||
startAt = "*-*-* 2,6,10,14,18,22:30:00";
|
||||
extraInitArgs = "--make-parent-dirs";
|
||||
|
||||
encryption = {
|
||||
mode = "repokey-blake2";
|
||||
|
|
Loading…
Reference in a new issue