>>>>> "Hans" == Hans Linux <[EMAIL PROTECTED]> writes:

 Hans> I need to synchronize the content of folders. Lets say I have 2 folders :
 Hans> - /home/hans/folder1
 Hans> - /home/hans/folder2

 Hans> Everytime I change something in folder1 like remove a file, create a
 Hans> file etc, folder2 will automatically be synchronized at once. how do i
 Hans> do that?

You could run the command
    rsync -auHv --delete /home/hans/folder1 /home/hans/folder2
every minute or so from a cronjob, or even continuously in a loop?

==John ffitch
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to