Using rsync with link-dest from HFS to NTFS
- by Tom
Hi,
I'm having a problem with rsync.
I'm on a Mac and I'd like to sync my everyday's changes from my HFS+ partition to my NTFS formated networked drive.
Pretty simple, and everything goes well except that it syncs every file each times.
Here's my script:
#! /bin/sh
snapshot_dir=/Volumes/USB_Storage/Backups
snapshot_id=`date +%Y%m%d%H%M`
…