diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-08 09:12:23 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-08 09:12:23 -0300 |
| commit | d512ac4f6d991c181b88946ab00389c76e58f362 (patch) | |
| tree | 733dfb1bd0201893339e4352cd4910266ea8e2e9 | |
| parent | sh/: Disable SC1091 ShellCheck rule (diff) | |
| download | dotfiles-d512ac4f6d991c181b88946ab00389c76e58f362.tar.gz dotfiles-d512ac4f6d991c181b88946ab00389c76e58f362.tar.xz | |
cron/backup.sh: Remove "echo" leftover from debugging prune
| -rwxr-xr-x | cron/backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/backup.sh b/cron/backup.sh index 57867999..3630dce1 100755 --- a/cron/backup.sh +++ b/cron/backup.sh @@ -18,7 +18,7 @@ export BORG_REMOTE_PATH='borg1' # borg init -e repokey-blake2 $R:desktop-borg # What about the ~/Downloads folder? -echo borg create \ +borg create \ --exclude ~/.cache/ \ --exclude ~/Downloads/ \ --verbose \ |
