diff options
author | EuAndreh <eu@euandre.org> | 2025-04-12 14:08:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-12 14:08:27 -0300 |
commit | 2215cc0999e43b32751bc493f2fe9d2e8c822170 (patch) | |
tree | 3a0ed793aa5c513ed0a3697bce0d286510e73367 | |
parent | src/rc.sh: Update $BORG_REMOTE_PATH to borg14, per rsync.net upgrade to FreeB... (diff) | |
download | syskeep-main.tar.gz syskeep-main.tar.xz |
-rwxr-xr-x | src/check | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,10 +26,10 @@ btrfs: /dev/vda3 /dev/vdb1 /dev/vdc1 borg: borg-standby borg-offsite borg-standby: ALWAYS - env BORG_REPO=/mnt/backup/borg borg check --verbose --progress + env BORG_REPO=/mnt/backup/borg borg check --verbose --progress --last 90 borg-offsite: ALWAYS - borg check --verbose --progress + borg check --verbose --progress --last 90 ALWAYS: |