Tagged Questions
1
vote
1answer
278 views
rsync error: Time value of file truncated on receiver
I run the following rsync command to back up my data. I am on Ubuntu 12.04.
rsync -rt --delete --links --exclude-from '/home/john/rsync-exclude.txt' /media/data/ server:/backup/data
The data ...