I have accidentally uploaded some files to a VPS server using rsync through an ssh transport mechanism. I used the following command to upload the files: rsync -avzh --progress /srv/source-path root@server
The directory exists on the host server as subsequent file runs don't transfer data. The hosting company has done some investigation and can't locate the files on the host OS either. Not sure if they have checked the host os / but they have checked the host /srv. In testing i created and uploaded in the reverse direction a file called test-file.txt containing my email address. Using the same method above the file was sucessfully uploaded to my server but using the command: file / -name test-file.txt -print is unable to locate the file anywhere. I am absolutely stumped in this issue, any advice is appreciated. Adrian -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
