On 14 May 2013 09:34, Michael Chesterton <[email protected]> wrote: >> rsync -v -rlt <directories> >> Can anyone suggest a better option set which could make this a two way >> sync by just running on the one server? > > You can run rsync twice on the one server > > rsync -options server1:/dir1 /dir1 > rsync -options /dir1 server1:/dir1
You know, I never thought of that. Guess this shows how often I use rsync, huh? I didn't realise I could pull and push from the same machine. :-) Thanks - will investigate that too. DaZZa -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
