I want to make a backup with rdiff-backup.
I have a backup VPS and I want to get the datas from remote host.
Here it is my command what I used:
rdiff-backup root@**RemoteIP**::/remotesourcefolder/ /targetlocalfolder/
After some seconds, they throw some error and stopped with this;
OSError: [Errno 122] Disk quota exceeded: '/demo/rdiff-backup.tmp.5'
[root@mn6 ~]# Fatal Error: Lost connection to the remote system
.
Before you write anything, I have a bounch of free space, and the source folder under 50 MB...
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 1.0T 137G 888G 14% /
none 512M 4.0K 512M 1% /dev
none 512M 0 512M 0% /dev/shm
What I'm doing wrong? (Python version: 2.6.6, rdiff-backup: 1.2.8)
Here is the full raw output: http://pastebin.com/raw/Bs4VRdwX