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 12:39:10 +0900
- From: Scott VanDusen <Scott_VanDusen@example.com>
- Subject: Re: [tlug] Remote Backups and Command Line Stuff
- References: <1151534641.8763.26.essertier@example.com> <2006070307592 6.52dd784b.jep200404@example.com> <1151933520.4040.11.camel@example.com caldomain> <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>
Hi,
Both rsync and tar over ssh are great tools for automated backups. Here is a good article on how to set up automated backups using tar and ssh:
http://madpenguin.org/Article1505.html
If you don't want to futz with setting up an automated backup using ssh keys and cron, and instead just do a one-off backup, it's pretty simple:
#!/bin/bash
# this tars up joe's home directory into myhome.tar.gz tarball.
/bin/tar -zcpf /home/joe/myhome.tar.gz /home/joe
# This sends the tarball to the remote directory
cat /home/joe/myhome.tar.gz |ssh remotemachine "cd backup; cat > backup.tar.gz"
(taken from the above article)
Cheers,
Scott VanDusen
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
- Follow-Ups:
- Re: [tlug] Remote Backups and Command Line Stuff
- From: Godwin Stewart
- 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
Home | Main Index | Thread Index
- Prev by Date: [tlug] Backup strategy
- Next by Date: Re: [tlug] Command Line is Good to Learn . . .
- 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