up vote 0 down vote favorite
share [g+] share [fb]

I have on my laptop and desktop two virtual Arch Linux (Colinux) installations, I want them to have the same set of software installed and configuration. How can I easily keep them in sync?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Sounds like something you could do with rsync.

link|improve this answer
You think I should just use rsync with whole Linux filesystem? Will it be smart enough to not send too much? – hmp Sep 1 '09 at 18:20
1  
Yep. Rsync will only update what it needs to mirror the system. You can iron out a good set by selectively --excludeing things you would not want to sync, such as /mnt – jweede Sep 1 '09 at 18:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.