- Messages
- 1,675
- Name
- Chris
- Edit My Images
- No
I am currently using rsync to do my offsite backup to an external HD.
Problem is it seems to be over writing more or less everything with very few files being found as up to date. Most my RAW files for example are not being left and are being rewritten to disc, not skipped as the RAWs shouldn't change.
Could it be lightroom/osx is altering things like access times on the RAW files so meaning they need copying again?
I could tell it to skip existing files but then the catalogue etc would just get more and more out of date.
Anyone got any tips?
using rsync --delete -av ~/Pictures /Volumes/60GB\ BACKUP/ as the command if it helps.
Problem is it seems to be over writing more or less everything with very few files being found as up to date. Most my RAW files for example are not being left and are being rewritten to disc, not skipped as the RAWs shouldn't change.
Could it be lightroom/osx is altering things like access times on the RAW files so meaning they need copying again?
I could tell it to skip existing files but then the catalogue etc would just get more and more out of date.
Anyone got any tips?
using rsync --delete -av ~/Pictures /Volumes/60GB\ BACKUP/ as the command if it helps.