1
0

Compare commits

..

No commits in common. "c07c8a92c2224b725556a845e05df830c0aa2543" and "246be855923019d2da84ad16de47dd8d836555fb" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -23,16 +23,12 @@
enable = true; enable = true;
extraConfig = '' extraConfig = ''
snapshot_root /mnt/backup-4/ snapshot_root /mnt/backup-4/
rsync_short_args -rltD retain daily 14
retain alpha 14
ssh_args -o BatchMode=yes -o IdentityFile=/var/src/secrets/rsnapshot/id_rsa ssh_args -o BatchMode=yes -o IdentityFile=/var/src/secrets/rsnapshot/id_rsa
backup backup-replication@clerie-backup.net.clerie.de:/clerie-backup-replication/ clerie-backup/ backup backup-replication@clerie-backup.net.clerie.de:/clerie-backup-replication/ clerie-backup/
''; '';
# rsync_short_args
# -a -> -rlptgoD
# -rltD ist wie -a nur das alle Dateiberechtigungen und Besitzangabe ignoriert werden
cronIntervals = { cronIntervals = {
alpha = "15 6 * * * "; daily = "15 6 * * * ";
}; };
}; };

View File

@ -4,6 +4,7 @@
imports = [ imports = [
./policyrouting ./policyrouting
./anycast_healthchecker ./anycast_healthchecker
./borgbackup
./gitea ./gitea
./gre-tunnel ./gre-tunnel
./minecraft-server ./minecraft-server