Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Remote Backups and Command Line Stuff
- Date: Fri, 07 Jul 2006 09:49:55 -0500
- From: Stuart Luppescu <s-luppescu@example.com>
- Subject: Re: [tlug] Remote Backups and Command Line Stuff
- References: <1151534641.8763.26.essertier@example.com> <20060703094633.52817827.jep200404@example.com> <1151968575.40 36.9.camel@example.com> <20060703211743.57969020.jep200404@example.com s.rr.com> <87veqdzw49.fsf@example.com> <1152008948.4056.4.came l@example.com> <20060704093214.36e71741.jep200404@example.com> <1152022372.21252.19.camel@example.com> <20060704192307.4cb92eef.j ep200404@example.com> <1152044213.7689.10.essertier@example.com> <87ac7oy7g5.fsf@example.com> <1152099441.4356.10.camel@example.com ost.localdomain> <20060705081510.1cef4091.jep200404@example.com> <44ABB41 C.8030500@example.com> <1152181802.3673.14.camel@example.com> <20060706 084226.6c307b10.jep200404@example.com> <1152222830.5455.12.camel@example.com st.localdomain> <20060706220049.3d46a70a.jep200404@example.com> <1152243550.2578.286.camel@example.com> <20060707103647.3869821c.godwin.stewart@example.com>
On 金, 2006-07-07 at 10:36 +0200, Godwin Stewart wrote: > There's a way to do it that doesn't involve wasting space with a local > tarball: > > tar -zcp /home/joe | ssh remotemachine "cd backup; cat > backup.tar.gz" If you're going to do a backup, I would think you'd want the original files, rather than a tar file on the remote machine. In that case you would do: tar -jcp /home/joe | ssh -l remotelogin remotemachine "tar -jxfv \ -C /somedirectory" It seems I also used -O in the first tar command and - in the second tar command to indicate stdout and stdin, but it seems that these are the defaults now. -- Stuart Luppescu -=-=- s-luppescu <AT> uchicago <DOT> edu CCSR at U of C ,.;-*^*-;., www.consortium-chicago.org (^_^)/ 才文と智奈美の父 Thank God I'm an atheist!Attachment: signature.asc
Description: This is a digitally signed message part
- Follow-Ups:
- Re: [tlug] Remote Backups and Command Line Stuff
- From: Stephen J. Turnbull
- Re: [tlug] Remote Backups and Command Line Stuff
- From: Godwin Stewart
- [tlug] Saving Backups in One File versus copying directory structure . . . . . . . . . . . . . . . . . . . (was Re: Remote Backups and Command Line Stuff)
- From: Jim
- References:
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Jim
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Stephen J. Turnbull
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Jim
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX? [SOLVED]
- From: essertier
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Joseph Essertier
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Stephen J. Turnbull
- [tlug] Command Line is Good to Learn . . . . . . . . . . . . . . . .(was Re: Which X Driver for VIA Chipset Micro ATX? [SOLVED])
- From: Jim
- Re: [tlug] Command Line is Good to Learn . . . . . . . . . . . . . . . .(was Re: Which X Driver for VIA Chipset Micro ATX? [SOLVED])
- From: essertier
- Re: [tlug] Remote Backups and Command Line Stuff
- From: Jim
- Re: [tlug] Remote Backups and Command Line Stuff
- From: Scott VanDusen
- Re: [tlug] Remote Backups and Command Line Stuff
- From: Godwin Stewart
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Japanese input on Centos
- Next by Date: Re: [tlug] Remote Backups and Command Line Stuff
- Previous by thread: Re: [tlug] Remote Backups and Command Line Stuff
- Next by thread: Re: [tlug] Remote Backups and Command Line Stuff
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links