public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: "Nick Stockton" <nstockton@gmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Subject: Re: making a backup of my linux filesystem with tar and bz2
Date: Thu, 1 Jan 2009 08:48:18 -0500	[thread overview]
Message-ID: <319EA7BA5296413080C9AEF1865A3B74@golly> (raw)
In-Reply-To: <495CC52E.6020100@baechler.net>

The USB thumb drive could always be formatted with ext2 or some other 
non-journeling file system.
If You would rather use fat32 though, you can always store the large archive 
in a temporary place and use split to split the file in to how ever many 
chunks you want and copy them to the USB drive.  Then when you want to 
restore the archive you can use cat to concatenate the small chunks back in 
to the big archive.

Nick Stockton
----- Original Message ----- 
From: "Tony Baechler" <tony@baechler.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, January 01, 2009 8:29 AM
Subject: Re: making a backup of my linux filesystem with tar and bz2


> Keep in mind that most USB drives are formatted as FAT32.  That means that 
> you can't have archives over 2 GB in size.  Unless you have a means of 
> splitting and recombining files like an extra partition or your filesystem 
> will never grow above 2 GB, tar and bz2 probably won't work with USB.  You 
> could try backing up to a network drive with Samba or similar.  I'm fairly 
> sure that grml has smbclient and support for mounting smb shares but I 
> don't know about Gentoo.
>
> Nick Gawronski wrote:
>> Hi, I was wanting to backup my linux system running debian unstable so I 
>> can keep a backup off of my system before I start installing lots of 
>> software I want to be able to quickly restore to a usable state with out 
>> reinstalling everything.  I want to make a backup of just one partition 
>> as I have linux on one partition and will be saving the backup to an USB 
>> flash drive that will be mounted as well.  What I don't want to happen is 
>> for the tar program to also backup all mount points and their contents 
>> but I do want it to backup the directories on my ext3 filesystem and the 
>> directories for the mount points so when I restore the backup there will 
>> be empty directories for my USB flash drives and not directories with all 
>> of the contents from the drive when the backup was made.  What would be 
>> the best command to do this and use bzip2 with the minus 9 compression 
>> option and preserve permitions and directory structure?
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>>
>>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> __________ Information from ESET Smart Security, version of virus 
> signature database 3727 (20081231) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
> 


  reply	other threads:[~ UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 Nick Gawronski
 ` Gregory Nowak
   ` Gregory Nowak
     ` Nick Gawronski
 ` Tony Baechler
   ` Nick Stockton [this message]
     ` Nick Gawronski
       ` Tony Baechler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=319EA7BA5296413080C9AEF1865A3B74@golly \
    --to=nstockton@gmail.com \
    --cc=speakup@braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).