Backup stuck at the end

Mati24

Active Member
Jun 7, 2016
4
0
41
34
Hi,

My backup stuck at the end of my last VM :
Code:
INFO: status: 92% (1987969024/2147483648), sparse 8% (172085248), duration 39, 48/36 MB/s
INFO: status: 100% (2147483648/2147483648), sparse 13% (295575552), duration 40, 159/36 MB/s
INFO: transferred 2147 MB in 40 seconds (53 MB/s)

Other precedents VM backup successfully.
I have the same problem after unlocking all VM and even reboot the PVE
I use LZO compression with snapshot method.

And after that, even if I kill the process, the task stay in the Tasks windows in the Web Interface.

Have you an idea ? Thank you
 
I forgot that I use a ftp mount as a folder, so I find the solution : put this line in fstab :
curlftpfs#ftp.server.com /mnt/ftpbackup fuse allow_root,nonempty,_netdev,direct_io,hard_remove,big_writes 0 0
 
I have an OVH server and I would like install and use curlftpfs to backup my dump. Do you have a script or bash system to backup on this FTP drive ?
 
Hi,
I have given up this way. Now I have a script on Debian which copy the Proxmox backup to the FTP mounted drive.