|
From: Pat E. <mai...@pa...> - 2006-08-07 07:54:39
|
hi jamie, great! while you are on it, i tested a lot of backup programs which = support ftp transfers. as i realized, the holy grail seems to be (which = = noone has found yet, i mean, it's the holy grail ;) ) to make a backup = (and restore btw) to a remote server without firstly creating the whole = = archive locally (so that you don't need +50% free hdd space) it could work like this: 1) start multiple splits backup 2) when backup part$1 filesize=3Dx 2-1) pause backup 2-2) move part$1 to remote server (then delete it) 3) goto 1) for restore, this is what i wrote to one of the developers of a commerci= al = solution (which doesn't offer it): =3D=3Dcut-- - i have a multi-volume tgz backup on an ftp server - i have not enough room on the target server (the one on which the = restoration of the data will happen) to download first all archives and = = than extract them so what can i do here? ideally i would download the first volume, do a gunzip -c -S "" ./backup.tar.gzaa |tar -C ./ -xf - when the first one is extracted i delete it, download the second and so = = on.. but after the first archive everything comes to a halt with gunzip: ./backup.tar.gzaa: unexpected end of file tar: Read 8667 bytes from - tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now =3D=3Dcut-- which seems to be a limitation in gzip - maybe bzip handles it better.. anyway, thanks jamie, that you took on the problem, PAT On Mon, 07 Aug 2006 02:43:13 +0200, Jamie Cameron <jca...@we...> = = wrote: > On 6/Aug/2006 14:54 Pat Erler wrote .. >> hello, >> >> in my hosting plan i have backup space which i can use with ftp, >> unfortunately not with ssh. are there plans to add transferring backu= ps >> with ftp to the webmin filesystem backup? or, which custom command co= uld >> i use from within the module to transfer my backup file with ftp to t= he >> backup server? > > Hi Pat, > That would be a nice feature, but is tricky to implement as the > tar and fsdump commands are designed to call ssh or rsh for remote > backups.. However, I may be able to hack in support for a command > that behaves like ssh, but uses FTP. I'll see if this can be done > in the next Webmin release.. > > - Jamie > > ----------------------------------------------------------------------= --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to shar= e = > your > opinions on IT & business topics through brief surveys -- and earn cas= h > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV > - > Forwarded by the Webmin mailing list at = > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |