rsync not writing files
Posted
by Cyrcle
on Super User
See other posts from Super User
or by Cyrcle
Published on 2010-05-24T19:22:19Z
Indexed on
2010/05/24
19:32 UTC
Read the original article
Hit count: 233
I'm trying to setup rsync to backup a remote directory to my local drive.
I cd to the directory that I want to pull the files to, then I enter:
rsync -vrtW [email protected]:~/public_html
I enter the password then it starts running. I get all the files listed, but none of them actually transfer. What am I missing?
Thanks
© Super User or respective owner