On Sun, 2005-02-13 at 23:13 +1030, [EMAIL PROTECTED] wrote: > Any tips on how to upload this 4 GIG of (self-composed and therefore valued) > music?
I'd be using rsync for this. If your other linux box has rsync installed
and it's running ssh then this should be a snap. Something like this:
rsync -e "ssh -c blowfish" -avz my_music_dir/
'[EMAIL PROTECTED]:/home/me/other_music_dir/'
Note the trailing slashes on both directory names. The manpage will give
you the details, but it operates slightly differently without the
slashes. The '-c blowfish' part just makes it go faster. You could quite
happily substitue '-e ssh' with no ill side-affects.
HTH,
James.
--
"There is no I in TEAM but there is an i in Ninja"
-- http://www.ninjaburger.com/sekrit/
signature.asc
Description: This is a digitally signed message part
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
