|
From: Pat E. <mai...@pa...> - 2006-08-07 17:23:42
|
On Mon, 07 Aug 2006 19:04:43 +0200, Jamie Cameron <jca...@we...> wrote: > I don't think it is possible to do multi-part remote backups anyway, and > almost certainly won't be possible to do them over FTP.. i thought about a stop and go procedure: 1) get a list of all files to backup, calculate size 2) create packages of files, roughly the same size 3) package them sequentielly with a subroutine: make tgz; transfer tgz; delete tgz; sounds unusual but i don't see to much other arguments against this approach.. PAT |