public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* backing up home directory
@  Christopher Moore
   ` Littlefield, Tyler
   ` Joseph C. Lininger
  0 siblings, 2 replies; 3+ messages in thread
From: Christopher Moore @  UTC (permalink / raw)
  To: speakup

Hello,
I want to back up my home directory and move it into its own partition.  
I'm thinkig of using tar to accomplish this.  What flags do I need in 
order to preserve the file permissions and dot files?

Thanks
Chris


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: backing up home directory
   backing up home directory Christopher Moore
@  ` Littlefield, Tyler
   ` Joseph C. Lininger
  1 sibling, 0 replies; 3+ messages in thread
From: Littlefield, Tyler @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

tar -cvvf file.tar dir
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: compgeek134@hotmail.com
email: compgeek13@gmail.com
aim: st8amnd2005
skype: st8amnd127
----- Original Message ----- 
From: "Christopher Moore" <christopher.h.moore@verizon.net>
To: <speakup@braille.uwo.ca>
Sent: Saturday, July 21, 2007 6:06 PM
Subject: backing up home directory


> Hello,
> I want to back up my home directory and move it into its own partition.  
> I'm thinkig of using tar to accomplish this.  What flags do I need in 
> order to preserve the file permissions and dot files?
> 
> Thanks
> Chris
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: backing up home directory
   backing up home directory Christopher Moore
   ` Littlefield, Tyler
@  ` Joseph C. Lininger
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Try:

tar -cjvfn file.tar.bz2 /home

c=create archive
j=compress with bzip2
v=verbose
f=write archive to file

When you go to extract this, make sure you include -p in your options,
which causes it to set protection information (owner and permissions).
Joe

Christopher Moore wrote:
> Hello,
> I want to back up my home directory and move it into its own partition.  
> I'm thinkig of using tar to accomplish this.  What flags do I need in 
> order to preserve the file permissions and dot files?
> 
> Thanks
> Chris
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFGpCPUJ6dqn0mqPbARAwFoAKCQ3QP2uGu9sLX3Y1EmSfxj8VJj2QCgwWu9
Ag/lz4HsUsxe+whTgvCF19w=
=ypan
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 backing up home directory Christopher Moore
 ` Littlefield, Tyler
 ` Joseph C. Lininger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).