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
Exit code 3 happens when a file is changed during the backup process.
You can add the ignoreFailedRead option to your config and set it to true.
This is of course risky and you should check your backups regularly :)
The zip issue is, that depending on your OS zip is not available. phpbu will always create tars so your backup becomes a single file to move around. Especially if your backup source is a directory.
I used the zip compression technique.
But the compressed file was saved with only
.tar
.It's working fine with
gzip
andbzip2
compression.I also get an error in the generated log
Here is my configuration json
Generated json log
The text was updated successfully, but these errors were encountered: