rsync don't transfer files to the destination server

Issues related to applications and software problems
Post Reply
GioMBG
Posts: 59
Joined: 2012/02/27 00:28:14
Location: Conthey Suisse
Contact:

rsync don't transfer files to the destination server

Post by GioMBG » 2019/05/21 21:57:57

Hi All,
I'm doing a data transfer from old machine to new machine,
ususally with rsync I transfer all easy :

Code: Select all

rsync -vtchr --progress /var/www/html/Documents/ -e ssh root@DESTINATION:/var/www/html/Documents/
but obviously I'm doing something wrong because even if I don't get any errors I don't transfer anything at all...

Code: Select all

sending incremental file list
sent 5,271 bytes  received 17 bytes  10,576.00 bytes/sec
total size is 16,210,010  speedup is 3,065.43
verified : on the destination server any file was copied :|
suggestions ?
thanks
Gio

Post Reply