On Thu, Jul 04, 2002 at 11:01:15AM -0700 or so it is rumoured hereabouts,
Paul O'Neil thought:
> Also, recommend simple method to backup files over Internet & ftp?
Simple "here" document...
cd <local/dir>
tar zcf <todays.tar.gz> .
ftp << DONE
open <remote.server>
user <username>
pass <password>
prompt
put todays.tar.gz
bye
DONE
rm todays.tar.gz
Of course, the checks and balances are left as an exercise for the
reader... It's not a nice method, you'd do better using rsync over ssh if
that's available to you...
Conor
--
Conor Daly <conor.daly at oceanfree.net>
Domestic Sysadmin :-)
---------------------
Faenor.cod.ie
10:22am up 43 days, 19:39, 0 users, load average: 0.00, 0.00, 0.00
Hobbiton.cod.ie
10:14am up 17 days, 9:36, 2 users, load average: 0.00, 0.02, 0.00
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!