jeff weisberg on 30 Dec 2013 10:59:53 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] rsync over SSH problems |
On 30 Dec 2013, at 12:33, Michael Leone wrote:
So what's going on here? Why is it looking for a home directory for "vadmin" on the DMZ?
it isn't.
rsync: link_stat "/home/vadmin/ssh" failed: No such file or directory (2)
this is complaining about not finding this file or directory on your local system. it is not finding "ssh" in your current directory (/home/vadmin). which is what you asked rsync to look for.
$ sudo rsync -ravzhq --dry-run --log-file=/tmp/rsync.log --remove-source-files /my-area/ ssh [...]
^^^ because this----------------------||| is probably not what you meant ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug