Hi guys,
I have several Linux clients where I do a regular (daily) file backup of the complete file system. This worked fine for all of them for months, but suddenly one of those clients failed to backup with the following message:
I have checked the file on the client and it exists. I have no space issue on the server side. Other clients are backing up correctly. I did a full backup and this also works fine. I even deleted all backups and started from scratch, but as soon as I start an incremental file backup it fails. Any chance I can fix that?
The log file on the server provides following information:
2021-05-02 15:42:53: Backing up "root" without snapshot.
2021-05-02 15:42:53: Indexing of "root" done. 3543 filesystem lookups 0 db lookups and 0 db updates
2021-05-02 15:42:53: Backing up "boot" without snapshot.
2021-05-02 15:42:53: Indexing of "boot" done. 3 filesystem lookups 0 db lookups and 0 db updates
2021-05-02 15:42:53: keybar.home.intern: Loading file list...
2021-05-02 15:42:54: keybar.home.intern: Calculating file tree differences...
2021-05-02 15:42:55: keybar.home.intern: Calculating tree difference size...
2021-05-02 15:42:55: keybar.home.intern: Linking unchanged and loading new files...
2021-05-02 15:42:55: Referencing snapshot on "keybar.home.intern" for path "root" failed: FAILED
2021-05-02 15:43:17: WARNING: Error getting complete file "NABSDzvPNYBnB1dzHCsK|root/usr/local/var/urbackup/data/
filelist_new_0.ub" from keybar.home.intern. Errorcode: CANNOT_OPEN_FILE (3)
2021-05-02 15:43:38: Socket has error: 111
2021-05-02 15:43:39: ERROR: Error getting file metadata. Errorcode: CANNOT_OPEN_FILE (3)
2021-05-02 15:43:51: ERROR: Error getting complete file "NABSDzvPNYBnB1dzHCsK|root/usr/share/man/cs/man8/aptitude
.8.gz" from keybar.home.intern. Errorcode: BASE_DIR_LOST (7)
2021-05-02 15:43:51: Hint: Current root backup path does not exist anymore. Usually this is because the current f
ile system snapshot it was backing up was deleted because it ran out of snapshot storage space. See https://www.u
rbackup.org/faq.html#base_dir_lost for details and for how to fix this issue
2021-05-02 15:43:51: ERROR: Client keybar.home.intern went offline.
2021-05-02 15:44:02: Waiting for file transfers...
2021-05-02 15:44:08: Waiting for file hashing and copying threads...
2021-05-02 15:44:39: Writing new file list...
2021-05-02 15:44:41: Transferred 8.29976 MB - Average speed: 1.20838 MBit/s
2021-05-02 15:44:41: Time taken for backing up client keybar.home.intern: 2m 3s
2021-05-02 15:44:41: ERROR: Backup failed
Thanks!
Bye