From 78d98fa8952db3e0bd147a1f254ce8ca199a3dbb Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 26 Dec 2018 02:30:47 +0100 Subject: [PATCH] [shell/aliases] update borgmatic parameters --- shell/aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/aliases.sh b/shell/aliases.sh index f0e443a..3991031 100755 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -85,7 +85,7 @@ alias cmdlist='find $(echo $PATH | tr ":" "\n") | awk -F / "{print \$NF}" | sort alias makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10' alias shuttle='sshuttle --dns -r uberspace 0/0' -alias backup='vdirsyncer sync && sudo borgmatic -v 1 && echo $(date +"%Y%m%d") > ~/.borgbackup.log' +alias backup='vdirsyncer sync && sudo borgmatic --prune --stats && sudo borgmatic --create --progress --stats && echo $(date +"%Y%m%d") > ~/.borgbackup.log' alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd -speeds 50,1,1'