mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[shell/alias] update backup to include vsyncdir
This commit is contained in:
parent
a9199e8192
commit
58b87b3620
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 makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10'
|
||||||
alias shuttle='sshuttle --dns -r uberspace 0/0'
|
alias shuttle='sshuttle --dns -r uberspace 0/0'
|
||||||
|
|
||||||
alias backup='sudo borgmatic -v 1 && echo $(date +"%Y%m%d") > ~/.borgbackup.log'
|
alias backup='vdirsyncer sync && sudo borgmatic -v 1 && 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'
|
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