We just upgraded to Fedora 25 and re-enabled our tar/gzip backups to our Drobo units.
These errors just started happening after re-enabling the backups.
gzip: stdout: Input/output error
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now
STANDARD OUTPUT:
Backed up /home to /drobo/home.tgz
Backup of /home/users FAILED
Backed up /home/users to
home-users-FAILED.tgz
/bin/tar: home/users/aquota.user: Cannot utime: Operation not permitted
I know that the aquota.user file is set to be immutable:
lsattr aquota.user
----i--A------e---- aquota.user
So I tried this:
# chattr -iAe aquota.user
chattr: Operation not permitted while setting flags on aquota.user
So I tried to add these flags to the tar command in our backup script:
--no-overwrite-dir --preserve-permissions
The errors continue. Any ideas?