search for: remotedirectori

Displaying 3 results from an estimated 3 matches for "remotedirectori".

Did you mean: remotedirectory
2004 Feb 20
1
Shell or rsync issue?
I ran across something I did not expect in rsync the other day. If you want to sync the contents of a local directory to a remote directory, you would use something like this: rsync -rptv /local/directory/ user@host::module/remotedirectory/ The root of the sync is "/local/directory" and files are referenced as "file1", "file2", etc... However, the reverse is
2007 Feb 14
15
Recursive home-dir does more than only files in repository
Hi all, Today I came across something that I consider a bug. Would like to hear your opinions. Facts: - Using 0.22.1 from Debian Unstable on a Debian Testing machine - Recipes work on other machines The recipe in question is: # Keep home-dirs in sync file { "/home/tim": recurse => true, source =>
2008 Jun 10
1
rsync --delete (but not all files) question
Hi all, getting started with rsync. One of the best utilities I've used! My question is: I am syncing from my local web development directory (/var/www/mysite) to another drive shared by our dev team. The copy I am syncing to is a local subversion repository, and thus contains .svn directories. So I want to sync from the dev directory (which doesn't have .svn directories) to one that