From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by speech.braille.uwo.ca (Postfix) with ESMTP id 09C30109EB for ; Thu, 1 Jan 2009 08:48:24 -0500 (EST) Received: by yx-out-2324.google.com with SMTP id 31so2051624yxl.29 for ; Thu, 01 Jan 2009 05:48:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:references :subject:date:mime-version:content-type:content-transfer-encoding :x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=25uUtRvrKVv9IRViQITv8/0v41QvhNGa7mPeOK0rp+M=; b=t3p2G/Zpv83y/owG7OFSmK71H8vr0md2Sg2QaHGTROI8jnIiaSawIGHI0LrMJTuB2b oAZdLXlLSNZT1I8n06TWLoso4fH1S2lsk0qRnQ18I54Jkvw9BrXq57NcHGloC2cESZvM 0VBZxOtCVkmyJsDKzCkFq0PNE33FctOpGaFto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:references:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole; b=TOF26IqCZgeuxZQHj9ngPZZOYvng9QZgP8FtGGo2PERZJvxEy/gkcQ2PbBfMxtyHdZ d8gVJx46ulghZv3bEMSg/iWy2QrhGksLeJmhz3w7nDgCHFwRzg1vq7fzClibpPGsFf7+ 9Pq0NlpVCLcQ5O1O0v3G+z2bjqFP4Aewh/cHs= Received: by 10.150.217.14 with SMTP id p14mr12416131ybg.46.1230817704619; Thu, 01 Jan 2009 05:48:24 -0800 (PST) Received: from golly (pool-72-84-34-8.clrk.east.verizon.net [72.84.34.8]) by mx.google.com with ESMTPS id n29sm2294618elf.10.2009.01.01.05.48.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Jan 2009 05:48:23 -0800 (PST) Message-ID: <319EA7BA5296413080C9AEF1865A3B74@golly> From: "Nick Stockton" To: "Speakup is a screen review system for Linux." References: <3EEB4420FDA04CF8BFE85C320BD672E0@chihuahuad1> <495CC52E.6020100@baechler.net> Subject: Re: making a backup of my linux filesystem with tar and bz2 Date: Thu, 1 Jan 2009 08:48:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3264 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3264 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2009 13:48:25 -0000 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" To: "Speakup is a screen review system for Linux." 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 > > >