NethServer Version: 7
Module: backup data
I am trying to use a webdav volume as a target for backup. I triplechecked the credentials but I am getting an error about no space left:
Extract from log file /var/log/backup-data.log:
2017-04-27 00:05:15 - START - Backup data started
2017-04-27 00:05:35 - STEP - pre-backup-done done
2017-04-27 00:15:51 - ERROR - Backup failed, see /var/log/last-backup.log for details - 13568
2017-04-27 00:15:51 - ERROR - Action backup-data-duplicity failed - 1
Extract from log file /var/log/last-backup.log:
Reading globbing filelist /tmp/XszNAQerEA
Local and Remote metadata are synchronized, no sync needed.
Warning, found incomplete backup sets, probably left from aborted session
Last full backup left a partial set, restarting.
Last full backup date: Wed Apr 26 00:05:39 2017
RESTART: The first volume failed to upload before termination.
Restart is impossible…starting backup from beginning.
Reading globbing filelist /tmp/XszNAQerEA
Local and Remote metadata are synchronized, no sync needed.
Warning, found incomplete backup sets, probably left from aborted session
Last full backup date: none
Last full backup is too old, forcing full backup
Attempt 1 failed. IOError: [Errno 28] No space left on device
Attempt 2 failed. IOError: [Errno 28] No space left on device
Attempt 3 failed. IOError: [Errno 28] No space left on device
Attempt 4 failed. IOError: [Errno 28] No space left on device
Giving up after 5 attempts. IOError: [Errno 28] No space left on device
What device would have no space in this? One of the volumes on the server or the target? Target is a webdav volume of 1TB with 99,9% free space. Any pointers on how to tackle this?