Add backup script
This commit is contained in:
parent
6671dbd0c0
commit
588a50f137
14
src/.local/bin/bk.sh
Executable file
14
src/.local/bin/bk.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Remote backup script
|
||||
|
||||
rsync -avzP \
|
||||
--exclude=mus \
|
||||
--exclude=gv \
|
||||
--exclude=dow \
|
||||
--exclude=rss \
|
||||
--exclude=rem \
|
||||
--exclude=proj \
|
||||
--exclude=vms \
|
||||
--exclude=pix/hdri \
|
||||
~/med ~/dox dogeystamp@patria:/mnt/disk/uv/
|
Loading…
Reference in New Issue
Block a user