I have a volume at 192.168.0.2 on my local network. I'd like to rsync the entire volume to a backup volume, skip all files already present on the backup volume (same name and the same or earlier timestamp), and include all flags, dates, etc. as applicable to Mac OS X 10.6.x. Can someone tell me the proper command to do this.
I have a volume at 192.168.0.2 on my local network. I'd like to rsync the entire volume to a backup volume, skip all files already present on the backup volume (same name and the same or earlier timestamp), and include all flags, dates, etc. as applicable to Mac OS X 10.6.x. Can someone tell me the proper command to do this.
> same name and the same or earlier timestampWould you please provide some clarification on your desired result in the following situation. file_a : /Volumes/src/file.txt file_b : /Volumes/dst/file.txt If file_b has a newer modification time than file_a will you want file_a to overweight file_b? Thank you for this clarification. ---------------------------------- This email is protected by LBackup http://www.lbackup.org
Right. on 5/26/10 9:00 PM, Henri Shustak at henri.shustak at gmail.com wrote:>> same name and the same or earlier timestamp > > Would you please provide some clarification on your desired result in the > following situation. > > file_a : /Volumes/src/file.txt > file_b : /Volumes/dst/file.txt > > If file_b has a newer modification time than file_a will you want file_a to > overweight file_b? > > Thank you for this clarification. > > > ---------------------------------- > This email is protected by LBackup > http://www.lbackup.org >