Free space on local ssh server is incorrectly reported as 0 (leads to failed backup due to not enough free space)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sbackup (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Just upgraded to ubuntu 14.04 (from 12.04). Now, sbackup 0.11.6 fails by claiming the following (in the logfile).
ERROR: An error occurred during the backup: Not enough free space in the target directory for the planned backup (free: 0 MiB 0 KiB, required: 6632 MiB 173 KiB 452).
I am backing up as root to a remote host via ssh with pub/private keys. Sbackup does make the target directory, and even puts the logfile there, so it is not a login problem. (And I can also sudo ssh into the remote server without being prompted for a password.)
I managed to track down the problem to self.__
My details:
$ lsb_release -rd
Description: Ubuntu 14.04 LTS
Release: 14.04
$ apt-cache policy sbackup*
sbackup-gtk:
Installed: 0.11.6-0ubuntu1
Candidate: 0.11.6-0ubuntu1
Version table:
*** 0.11.6-0ubuntu1 0
500 http://
100 /var/lib/
sbackup-
Installed: (none)
Candidate: 0.11.6-0ubuntu1
Version table:
0.
500 http://
sbackup:
Installed: 0.11.6-0ubuntu1
Candidate: 0.11.6-0ubuntu1
Version table:
*** 0.11.6-0ubuntu1 0
500 http://
100 /var/lib/
Changed in sbackup (Ubuntu): | |
status: | New → Confirmed |