Fix gitea backup repo path

This commit is contained in:
Erwin Boskma 2022-10-30 21:08:08 +01:00
parent 457d2b78ef
commit c3b621225d
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -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";