[solved] Rsync does not sync, no file at the destination

postcd

Member
Joined
Jul 8, 2017
Messages
37
Reaction score
3
Credits
89
rsync does not sync, no file at the destination

i tried to sync to two different servers, no one works (no file was transfered to the destination).

rsync -avvvvvvvv /etc/cron.d/myjobs -e "-p 22 root@destinationip:/"

and when i browse the destination server / the file is not there :rolleyes:

i have MTU 1500 on my main network interface, this is CentOS 6. rsync version 3.0.6 thx
 
Last edited:


You're uploading it to / on the server.. as root.. not Root's home directory which is /root/. You looked in / right?

For fun, try uploading to /tmp/ or /home/ just to see.
 

Members online

No members online now.

Top