aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-26 22:16:26 -0300
committerEuAndreh <eu@euandre.org>2022-03-26 22:16:26 -0300
commit1028dbfa03c1d62968db6d645a60b75ab0c3c9eb (patch)
tree335a2dad12218ebd7c1678729956fac1267ef387 /src
parentconfiguration.nix: Update cronjob schedules (diff)
downloaddotfiles-1028dbfa03c1d62968db6d645a60b75ab0c3c9eb.tar.gz
dotfiles-1028dbfa03c1d62968db6d645a60b75ab0c3c9eb.tar.xz
src/bin/backup: Enable next backup steps to proceed even when files change while borg is running
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/backup b/src/bin/backup
index 65f94b57..828b96a8 100755
--- a/src/bin/backup
+++ b/src/bin/backup
@@ -1,5 +1,5 @@
#!/bin/sh
-set -eu
+set -u
usage() {
cat <<-'EOF'