On 10/11/23 13:21, A. F. Cano wrote:
Hi, In the notifications I see this: Backups Error During Backup A scheduled backup failed. Past 56 attempts for backup did not succeed. The latest error is: [Errno 17] File exists: b'' This is a remote backup that has been working for a long time, on the primary/production FreedomBox (apu1d4). I have no idea what changed, except possibly an upgrade. There is no file: "b" anywhere in ~/backups/fbx on the remote machine. $ ls -R ~/backups/fbx /home/afc/backups/fbx: config data/ hints.4001 index.4001 integrity.4001 README /home/afc/backups/fbx/data: 0/ 1/ 2/ 3/ 4/ and under each of these, files with names ?001-?999. 4 had 4001 and 4002 only. How do I begin to debug this? There appears to be no log file in /var/log and I haven't found anything in /var/log/messages.
You are looking at a borg repository. The borg backup tool stores all the backed up files in an efficient way (data is de-duplicated automatically). If you wish to interact with this repository, use the 'borg' command. You can extract one or more files from the backups and list the existing backups. See 'man borg' for more information.
If you are facing an error during automated backups, you will likely face the same error during backup to the same repository. Run a manual backup and collect the logs using 'journalctl -u plinth'. Post them and we can try to analyze the problem.
-- Sunil _______________________________________________ Freedombox-discuss mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/freedombox-discuss
