updated rsync script

This commit is contained in:
2023-11-30 11:09:03 -06:00
parent ea8f3913b8
commit e9971f130e

View File

@@ -1,4 +1,4 @@
rsync -azvP -e "ssh -i ~/.ssh/publickey" --progress \
rsync -azvp -e "ssh -i ~/.ssh/publickey" --progress \
--exclude=/etc/fstab \
--exclude=/etc/network/* \
--exclude=/lib/modules \