2022-01-30 16:16:12 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Remote backup script
|
|
|
|
|
|
|
|
rsync -avzP \
|
2022-03-12 20:30:23 -05:00
|
|
|
--chown=dogeystamp:sftpr \
|
2022-01-30 16:16:12 -05:00
|
|
|
--exclude=mus \
|
|
|
|
--exclude=gv \
|
|
|
|
--exclude=dow \
|
|
|
|
--exclude=rss \
|
|
|
|
--exclude=rem \
|
|
|
|
--exclude=proj \
|
|
|
|
--exclude=vms \
|
|
|
|
--exclude=pix/hdri \
|
2022-05-10 21:52:40 -04:00
|
|
|
~/med ~/dox dogeystamp@lambda:/mnt/disk/uv/
|