- I have 2 directories-
etcandoldroot/etc - I want all the files in
etcto match exactly asoldroot/etc - If there are any files in
etcthat are not inoldroot/etc, I want to preserve them as is
I have tried every variety of flags I can think of with rsync, but I cannot get the desired result.
# # A few of the simpler commands I have tried
# rsync -Ia oldroot/etc etc
# rsync -Iac oldroot/etc etc
# rsync -ac oldroot/etc etc
They complete without errors. When I do a diff on the directories (diff -r oldroot/etc etc), there remains several of the same files that exist in both directories and with different content. I've been working on this 2 days, and needless to say I am frustrated beyond belief.
Aucun commentaire:
Enregistrer un commentaire