diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-26 22:16:26 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-26 22:16:26 -0300 |
| commit | 1028dbfa03c1d62968db6d645a60b75ab0c3c9eb (patch) | |
| tree | 335a2dad12218ebd7c1678729956fac1267ef387 /src/bin | |
| parent | configuration.nix: Update cronjob schedules (diff) | |
| download | dotfiles-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/bin')
| -rwxr-xr-x | src/bin/backup | 2 |
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' |
