mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[shell/aliases] update borgmatic parameters
This commit is contained in:
parent
54c7c6ac00
commit
78d98fa895
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue