You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the following command, I get an unexpected output:
cp ~/File100BMbyte . && ls -l File100MByte
-rwxrwxr-x 1 grosser grosser 0 Aug 6 08:37 File100MByte
The filesize is not updated even thought the copy completed. Only if I put a 'sleep 5' between the copy and the ls, the filesize is printed reliably.
This is a problem, as 'btrbk' uses the filesize to check if the backup creation succeeded. When backing up to acd_cli this check always fails, which means backing up with btrbk is not possible
without hacking a 'sleep 5' into btrbk.
The text was updated successfully, but these errors were encountered:
I was just processing an issue report from a borgbackup user (see https://github.com/borgbackup/borg ) - looking here for similar issues with acd_cli fuse consistency. I do not personally use acd_cli.
When running the following command, I get an unexpected output:
The filesize is not updated even thought the copy completed. Only if I put a 'sleep 5' between the copy and the ls, the filesize is printed reliably.
This is a problem, as 'btrbk' uses the filesize to check if the backup creation succeeded. When backing up to acd_cli this check always fails, which means backing up with btrbk is not possible
without hacking a 'sleep 5' into btrbk.
The text was updated successfully, but these errors were encountered: