Comment 3 for bug 1679625

Revision history for this message
t2d (t2d) wrote :

The error was triggered by a subcommand of the backup script.

> rsync -avAX --delete --delete-during --numeric-ids /var/backup/daily.0/ /var/backup/weekly.0

Somehow ext4 and rsync didn't like the windows attributes of some of the files. Once I only did "rsync -av" the problem was gone.