Adrian Levi
2011-May-14 00:24 UTC
default destination of files with no :/ path on the server
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 at 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
Matt McCutchen
2011-May-14 01:02 UTC
default destination of files with no :/ path on the server
On Sat, 2011-05-14 at 10:24 +1000, Adrian Levi wrote:> 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 at server > [...]That destination is a local path. The files will be left in a directory named "source-path" in rsync's working directory. -- Matt
Seemingly Similar Threads
- Not all files copied
- rsync permission denied , without changing apache user and group setting
- Problem with download from local mirror
- Multiple default gateways. Unable to ping other hosts.
- Suddenly getting lots of "Unable to send packet: Address Family mismatch between source/destination" but ONLY on 1 of 2 VPSs in same datacentre.