Submitted by markhard on Fri, 08/22/2014 - 07:37
hello,
is it possible to backup virtual system on cloudmin, transfer it via SSH to remote server and gzip the backup remotely (instead of the cloudmin host to reduce I/O)?
Status:
Active
Comments
Submitted by andreychek on Fri, 08/22/2014 - 09:28 Comment #1
Howdy -- unfortunately, there isn't a Cloudmin-supported way to perform the compression on another server.
However, if you go into Cloudmin Settings -> Cloudmin Configuration -> Backup Options, there are settings there that you can use that should help reduce the IO load.
Submitted by JamieCameron on Fri, 08/22/2014 - 12:39 Comment #2
This functionality wouldn't be generally possible to implement anyway, as in some cases Cloudmin can only scp files to the backup target. Also, compressing remotely would mean sending much more data over the network, which is usually the bottleneck.
Submitted by markhard on Sat, 08/23/2014 - 05:10 Comment #3
if the backup server is on the same LAN it wouldn't be a problem. my only concern is the I/O and CPU load when the backup is in progress, hence i want to do the compression on the backup server instead of the host node.