You are not logged in.
Morning All,
While re-organising my hdd over a period of several weeks, I have managed to get two Music folders
/Stuff/Music/
/Stuff/Dropbox/music/
I think that I have manually synchronised them, but I would like to confirm this. I've had a look at diff but that only seems to compare files (or have I missed something). Rsync seems the next choice but I can't work out I need to use.
Any help, as always, gratefully received.
Cordially
Simon
Last edited by donkeyotay (2012-07-14 11:11:59)
I didn't say it was your fault... I said I was going to blame you.
Offline
Easy, peasy, and you already have part of the solution: diff
Here is how to:
(1)
cd /Stuff/Music
find . >/tmp/list1(2)
cd /Stuff/Dropbox/music
find . >/tmp/list2(3)
cd
diff /tmp/list1 /tmp/list2Last edited by xaos52 (2012-07-14 09:13:03)
bootinfoscript - emacs primer - I ♥ #!
Offline
Another option is to install meld, a gui for file and folder comparison.
sed 's/stress/relaxation/g'
Privacy & Security on #!
Offline
xaos52 as ever... Thank you 
I didn't say it was your fault... I said I was going to blame you.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.