मेरे पास एक संग्रह है जिसमें दूरस्थ संग्रह (/ backuptest) है, जिसमें एक संग्रह है (/backestest/Friday.tar.gz2)।
मैं VPS से कनेक्ट करने के लिए rsync का उपयोग करने और अपने स्थानीय मशीन (/ mnt / Files_Local / backup / VPS) में संग्रह डाउनलोड करने का प्रयास कर रहा हूं।
हर बार जब मैं अपने rsync कमांड का उपयोग करके कनेक्ट करने का प्रयास करता हूं, तो कुछ भी स्थानांतरित नहीं होता है?
rsync -avz -H --numeric-ids --delete -e "ssh -p ## root@{host}:/backuptest -l root" /mnt/Files_Local/backup/VPS
sending incremental file list
drwxr-xr-x 4096 2013/05/17 16:47:52 VPS
sent 37 bytes received 13 bytes 100.00 bytes/sec
total size is 0 speedup is 0.00
एक क्रिया आउटपुट देता है:
rsync -avvz -H --numeric-ids --delete -e "ssh -p ## root@{host}:/backuptest -l root" /mnt/Files_Local/backup/VPS
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
drwxr-xr-x 4096 2013/05/17 16:54:53 VPS
total: matches=0 hash_hits=0 false_alarms=0 data=0
sent 37 bytes received 13 bytes 100.00 bytes/sec
total size is 0 speedup is 0.00