changed to server to server rsync
This commit is contained in:
4
rsync/rsync-from-server-to-server.sh
Normal file
4
rsync/rsync-from-server-to-server.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
rsync -azvP -e "ssh -i ~/.ssh/proxyserver" --progress \
|
||||
/mnt/backups/dockerservertest/2023-07-04/* root@192.168.1.4:/
|
||||
Reference in New Issue
Block a user