Results 1 to 3 of 3
Hi there guys,
I need to find a tool to keep two directories with exactly the same content.
I want to start it manually.
I don't want a conventional backup ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-25-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
Program To Synchronize Two Directories
Hi there guys,
I need to find a tool to keep two directories with exactly the same content.
I want to start it manually.
I don't want a conventional backup tool for compressing my data files, I want to keep files in your normal form.
I know I could use "cp -R dirA dirB" but it don't remove dirA excluded files in dirB.
I was going to write a script for this, but I belive it there must be yet.
Thanks in advance
- 05-25-2010 #2
rsync can do what you want.
Code:man rsync
You must always face the curtain with a bow.
- 05-29-2010 #3Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 398
- rsync see web presence at rsync
- unison see web presence at Unison File Synchronizer
Last edited by alf55; 05-29-2010 at 05:54 PM. Reason: Corrected unison web link


Reply With Quote

