I have been running this command in Mac OSX 10.5.6:
rsync -aE -v --delete /Users/thomas/ /Volumes/500GB/Backup/ > /Users/thomas/Documents/Backup/backup_rsync_log.txt
It produces the log file, but it includes every file considered. I was wondering if there was a way to only show the deleted and copied files, and errors if any.
Any help would be appreciated.
rsync -aE -v --delete /Users/thomas/ /Volumes/500GB/Backup/ > /Users/thomas/Documents/Backup/backup_rsync_log.txt
It produces the log file, but it includes every file considered. I was wondering if there was a way to only show the deleted and copied files, and errors if any.
Any help would be appreciated.