On a related issue...
I use rsync (running as root) to transfer a directory of backup files in a ext4 file system to an external disk (ext3 file system).
This contains a couple of symlinks - which
always fail to transfer.
Code:
rsync -avl --delete --progress --human-readable --stats --numeric-ids /mnt/backup/ /media/NAS/backup/
Code:
rsync: failed to set times on "/media/NAS/backup/sbackup/all.1.new.gz": Stale file handle (116)
rsync: failed to set times on "/media/NAS/backup/sbackup/all.2.new.gz": Stale file handle (116)
...
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]