diff options
author | EuAndreh <eu@euandre.org> | 2024-05-03 15:23:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-03 15:23:46 -0300 |
commit | 43565c5fa1e5559be8cdac4d253cfd0fb7824d07 (patch) | |
tree | c710adbf327a5d31e838b66f912bf081a1d70d99 | |
parent | bin/statusconv: Utility to coerce programs to behave correctly (diff) | |
download | dotfiles-43565c5fa1e5559be8cdac4d253cfd0fb7824d07.tar.gz dotfiles-43565c5fa1e5559be8cdac4d253cfd0fb7824d07.tar.xz |
bin/borgy: Wrapper on borg(1) with better defaults
-rwxr-xr-x | bin/borgy | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/borgy b/bin/borgy new file mode 100755 index 0000000..4c70aba --- /dev/null +++ b/bin/borgy @@ -0,0 +1,10 @@ +#!/bin/sh +set -eu + + +set -x +nicely statusconv 1:0 borg create \ + --exclude-nodump \ + --stats \ + --compression lzma,9 \ + "$@" |