aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-17 05:42:26 -0300
committerEuAndreh <eu@euandre.org>2023-06-17 05:42:26 -0300
commitd35c2f84d2950b5f377654ec0b2756d36855ee42 (patch)
treea11d6fbb28d6e8513f2835f6a492b235901495f7 /bin
parentetc/guix/home.scm: Add "blktrace" package (diff)
downloaddotfiles-d35c2f84d2950b5f377654ec0b2756d36855ee42.tar.gz
dotfiles-d35c2f84d2950b5f377654ec0b2756d36855ee42.tar.xz
bin/backup: Restrict check to last 3 backups
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backup b/bin/backup
index ff03346..9c5be22 100755
--- a/bin/backup
+++ b/bin/backup
@@ -130,6 +130,6 @@ run
if [ "$CHECK" = true ]; then
set -x
# shellcheck disable=2086
- borg check $VERBOSE_FLAGS --verify-data
+ borg check $VERBOSE_FLAGS --verify-data --last 3
set +x
fi