Copy vzdump backups to FTP storage

i-hotspots

New Member
Sep 29, 2010
27
2
3
München - Bangkok
hoster321,com
Hello,
on my datacenter they provide me a FTP Backup account for my root server.

So my question/problem is, HOW TO get my vzdump files from proxmox 2.3 copied to my FTP site ??!!
(not need rename or delete, just copy file xyz.tar.gz from ROOT via FTP to xyz.tar.gz to my backup space)

The closest I ve found is something with curlftps, but I cant find some instructions that would help me at all ;)

PLEASE some nice description would be very nice :D

Thanks for all help
 
we use a nightly cronscript to do that using rsync. it sends dumps to a few pve systems containing extra storage. storage is cheap, and we usually put a 1-TB drive onto each pve-system , xfs format and mount as /bkup . the storage is named something like 'readonly-backup' in pve , so that we are reminded to not use for local backups . Having a copy of dumps rsycned may places is a good thing. we also use usb 3.0 drives and a cronscript to put dumps.

i can post some of the script if interested.
 
Last edited:
we use a nightly cronscript to do that using rsync. it sends dumps to a few pve systems containing extra storage. storage is cheap, and we usually put a 1-TB drive onto each pve-system , xfs format and mount as /bkup . the storage is named something like 'readonly-backup' in pve , so that we are reminded to not use for local backups . Having a copy of dumps rsycned may places is a good thing. we also use usb 3.0 drives and a cronscript to put dumps.

i can post some of the script if interested.

THANKS,
but my Server is in a DATACENTER, I not have access. but they do provide harddisk backup space the same size my server has, BUT FTP from server only !