Compare commits
No commits in common. "2cdf09c5aeff0c0bb5adb3435cce55fe7d9c03eb" and "ab4b4918a0b37a0e5e7e0a88f5720d83c6858fa2" have entirely different histories.
2cdf09c5ae
...
ab4b4918a0
@ -5,9 +5,6 @@
|
|||||||
networking.networkmanager.extraConfig = ''
|
networking.networkmanager.extraConfig = ''
|
||||||
[connectivity]
|
[connectivity]
|
||||||
uri=http://ping.clerie.de/nm-check.txt
|
uri=http://ping.clerie.de/nm-check.txt
|
||||||
|
|
||||||
[global-dns]
|
|
||||||
searches=net.clerie.de
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -44,10 +44,12 @@ let
|
|||||||
export RESTIC_PROGRESS_FPS=0.1
|
export RESTIC_PROGRESS_FPS=0.1
|
||||||
export RESTIC_CACHE_DIR=/var/cache/restic
|
export RESTIC_CACHE_DIR=/var/cache/restic
|
||||||
|
|
||||||
restic snapshots --latest 1 || restic init
|
restic snapshots || restic init
|
||||||
|
|
||||||
restic backup ${optionalString (jobOptions.exclude != []) "--exclude-file ${pkgs.writeText "clerie-backup-${jobName}-${targetName}-excludes" (concatStringsSep "\n" jobOptions.exclude)}"} ${escapeShellArgs jobOptions.paths}
|
restic backup ${optionalString (jobOptions.exclude != []) "--exclude-file ${pkgs.writeText "clerie-backup-${jobName}-${targetName}-excludes" (concatStringsSep "\n" jobOptions.exclude)}"} ${escapeShellArgs jobOptions.paths}
|
||||||
|
|
||||||
|
restic check
|
||||||
|
|
||||||
${optionalString (config.clerie.monitoring.enable) ''
|
${optionalString (config.clerie.monitoring.enable) ''
|
||||||
echo "clerie_backup_last_successful_run_time{backup_job=\"${jobName}\", backup_target=\"${targetName}\"} $(date +%s)" > /var/lib/prometheus-node-exporter/textfiles/clerie-backup-${jobName}-${targetName}.prom
|
echo "clerie_backup_last_successful_run_time{backup_job=\"${jobName}\", backup_target=\"${targetName}\"} $(date +%s)" > /var/lib/prometheus-node-exporter/textfiles/clerie-backup-${jobName}-${targetName}.prom
|
||||||
''}
|
''}
|
||||||
|
Loading…
Reference in New Issue
Block a user