diff options
| author | EuAndreh <eu@euandre.org> | 2023-06-17 05:42:26 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-06-17 05:42:26 -0300 |
| commit | d35c2f84d2950b5f377654ec0b2756d36855ee42 (patch) | |
| tree | a11d6fbb28d6e8513f2835f6a492b235901495f7 | |
| parent | etc/guix/home.scm: Add "blktrace" package (diff) | |
| download | dotfiles-d35c2f84d2950b5f377654ec0b2756d36855ee42.tar.gz dotfiles-d35c2f84d2950b5f377654ec0b2756d36855ee42.tar.xz | |
bin/backup: Restrict check to last 3 backups
| -rwxr-xr-x | bin/backup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
