sorted
This commit is contained in:
12
files/bashscripts/rsync/rsync-pull-with-public-key-to-local.sh
Executable file
12
files/bashscripts/rsync/rsync-pull-with-public-key-to-local.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
rsync -azvP -e "ssh -i ~/.ssh/publickey" --progress \
|
||||
--exclude=/etc/fstab \
|
||||
--exclude=/etc/network/* \
|
||||
--exclude=/lib/modules \
|
||||
--exclude=/proc/* \
|
||||
--exclude=/tmp/* \
|
||||
--exclude=/sys/* \
|
||||
--exclude=/dev/* \
|
||||
--exclude=/mnt/* \
|
||||
--exclude=/boot/* \
|
||||
--exclude=/root/* \
|
||||
hostname:/ /
|
||||
Reference in New Issue
Block a user