- Oct 17, 2010
- 22,021
- 3
- 76
Hey People, I've got two disks, I need to sync some of the data on the first disk onto the second disk, I've started using rsync for the first time but: It sync's everything everytime and with this data being about 2TB that's no use to me.
command: rsync -rv /disk1/source/ /disk2/.destination/
Suggestions?
command: rsync -rv /disk1/source/ /disk2/.destination/
Suggestions?