[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] rsync --delete and initating backups questions
- Subject: [ale] rsync --delete and initating backups questions
- From: ale_nospam at fayettedigital.com (Jim)
- Date: Mon, 30 Jan 2006 05:55:12 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
It's a bit of a stretch to say that rsync keeps things in "sync". It is
really an intelligent copy but it isn't a bidirection sync. For
instance if site A has files a.txt b.txt and c.txt and site B has d.txt
e.txt and f.txt, then an rsync from A to B would simply copy a.txt,
b.txt and c.txt to B. It wouldn't update A at all. I may be wrong but
I got the impression you might have thought it would.
Jim.