Backups remain to fail - " no space left on device " , Yet I have TBs of free space and RAM doesn't seem to be an issue also

I have searched around and haven’t been able to find a comparable issue. My destination is a CIFS share over a 20Mbit/s VPN Connection. I have had many backups of various sizes complete with no issues but it seems when I start to attempt to backup 10+ GB in a single run I have such issues " No space left on device" yet the destination share has over 2TB free…

I thought maybe this could be a RAM or Local space issue that Dupliacy is running on, and it’s not. Plenty of free space on the cache drives 400GB + and plenty of free RAM, the server has 24GB using around 8GB

Running backup command from /cache/localhost/3 to back up /backuproot/VMBackups
Options: [-log backup -storage lhnasbkp1 -threads 1 -stats]
2021-07-13 07:46:40.681 INFO REPOSITORY_SET Repository set to /backuproot/VMBackups
2021-07-13 07:46:40.681 INFO STORAGE_SET Storage set to /lhnasbkp1
2021-07-13 07:46:47.903 INFO BACKUP_START No previous backup found
2021-07-13 07:46:47.903 INFO BACKUP_INDEXING Indexing /backuproot/VMBackups
2021-07-13 07:46:47.903 INFO SNAPSHOT_FILTER Parsing filter file /cache/localhost/3/.duplicacy/filters
2021-07-13 07:46:47.903 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2021-07-13 07:46:47.914 INFO INCOMPLETE_LOAD Incomplete snapshot loaded from /cache/localhost/3/.duplicacy/incomplete
2021-07-13 07:46:47.914 INFO BACKUP_LIST Listing all chunks
2021-07-13 07:47:36.516 INFO FILE_SKIP Skipped 1 files from previous incomplete backup
2021-07-13 08:36:21.932 ERROR UPLOAD_CHUNK Failed to upload the chunk 60c5fc36061780b16b9153d26bd761591b0337ad074c867931eb840ed0d9d063: sync /lhnasbkp1/chunks/60/c5fc36061780b16b9153d26bd761591b0337ad074c867931eb840ed0d9d063.wvtlvdzo.tmp: no space left on device
2021-07-13 08:36:21.934 INFO INCOMPLETE_SAVE Incomplete snapshot saved to /cache/localhost/3/.duplicacy/incomplete
Failed to upload the chunk 60c5fc36061780b16b9153d26bd761591b0337ad074c867931eb840ed0d9d063: sync /lhnasbkp1/chunks/60/c5fc36061780b16b9153d26bd761591b0337ad074c867931eb840ed0d9d063.wvtlvdzo.tmp: no space left on device

  1. Maybe the error message is inaccurate, and it just fails to create a chunk locally? do you have enough space on local /cache volume?
  2. if the error message is accurate I woulds blame SMB/CIFS server issues, assuming there is indeed plenty of space on the target.

Generally (regardless of the outcome of this failure) I would recommend switching to password-less key or certificate based SFTP; that one would be rock solid and as a bonus you won’t need to push all that data over VPN and performance will improve too (SMB is sensitive to latency).

1 Like

Thanks! Yes I changed to SFTP… I didn’t think about it until after my post… I recently changed to Dupliacy from another product and SMB was my only option then.

1 Like