Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Multiple CD volume backup solution

 
   Soft32 Home -> Linux -> Genreal Discussions RSS
Next:  virus scanner  
Author Message
Zak McGregor

External


Since: Nov 18, 2003
Posts: 5



(Msg. 1) Posted: Mon Jun 30, 2003 5:02 am
Post subject: Multiple CD volume backup solution
Archived from groups: alt>os>linux (more info?)

Hi all

I'm looking for a backup package that will allow me to span multiple CDs
and also allow for individual CD browsing for specific files if possible.
Any ideas please?

Thanks

Ciao

Zak
--
========================================================================
http://www.carfolio.com/ Searchable database of 10 000+ car specs
========================================================================
Back to top
Login to vote
Sybren Stuvel

External


Since: Jun 22, 2003
Posts: 8



(Msg. 2) Posted: Mon Jun 30, 2003 5:02 am
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Zak McGregor enlightened us with:
> I'm looking for a backup package that will allow me to span multiple
> CDs and also allow for individual CD browsing for specific files if
> possible.

man tar

then search for "volume" by typing "/volume".

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Back to top
Login to vote
Zak McGregor

External


Since: Nov 18, 2003
Posts: 5



(Msg. 3) Posted: Mon Jun 30, 2003 7:35 am
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 30 Jun 2003 11:58:34 +0200, Sybren Stuvel <"Sybren Stuvel"
<sybrenUSE RemoveThis @yourthirdtower.imagination.com>> wrote:

> Zak McGregor enlightened us with:
>> I'm looking for a backup package that will allow me to span multiple
>> CDs and also allow for individual CD browsing for specific files if
>> possible.
>
> man tar
>
> then search for "volume" by typing "/volume".

Did you possibly miss the "allow for individual CD browsing for specific
files" perhaps? Or maybe I was not clear: I would very much like to be
able to pop one cdrom of the set of backups into the drive and be able to
ls, cp and less (for example) the files on that particular cdrom. A few
pieces of tarball is not really what I'm looking for.

Thanks anyway

Ciao

Zak

--
========================================================================
http://www.carfolio.com/ Searchable database of 10 000+ car specs
========================================================================
Back to top
Login to vote
Joachim Feise

External


Since: Jun 26, 2003
Posts: 4



(Msg. 4) Posted: Mon Jun 30, 2003 7:35 am
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Zak McGregor wrote:
> files" perhaps? Or maybe I was not clear: I would very much like to be
> able to pop one cdrom of the set of backups into the drive and be able to
> ls, cp and less (for example) the files on that particular cdrom. A few
> pieces of tarball is not really what I'm looking for.

Search for cddump. AFAIK, it is no longer maintained, but I'm using it
just fine.

-Joe
Back to top
Login to vote
nunya

External


Since: Jun 25, 2003
Posts: 1



(Msg. 5) Posted: Mon Jun 30, 2003 7:35 am
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 30 Jun 2003 09:21:36 -0700, Joachim Feise wrote:

> Zak McGregor wrote:
>> files" perhaps? Or maybe I was not clear: I would very much like to be
>> able to pop one cdrom of the set of backups into the drive and be able to
>> ls, cp and less (for example) the files on that particular cdrom. A few
>> pieces of tarball is not really what I'm looking for.
>
> Search for cddump. AFAIK, it is no longer maintained, but I'm using it
> just fine.
>
> -Joe
Look into:
http://mkcdrec.ota.be/
Back to top
Login to vote
Sybren Stuvel

External


Since: Jun 22, 2003
Posts: 8



(Msg. 6) Posted: Mon Jun 30, 2003 10:27 am
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Zak McGregor enlightened us with:
> Did you possibly miss the "allow for individual CD browsing for specific
> files" perhaps?

No, but you didn't say how. With the --new-volume-script you could write
a script that outputs a file listing, which is then stored alongside the
archive.

> Or maybe I was not clear

Apparently, you weren't.

> I would very much like to be able to pop one cdrom of the set of
> backups into the drive and be able to ls, cp and less (for example)
> the files on that particular cdrom.

That is something completely different. It's rather easy to write a
small script for that. I've done such a thing for Perl once.

0: Y=1, X=the first file
1: Create a directory for CD Y if it doesn't exist
2: Take a look at the size of file X
3: Does it fit on CD Y?
4a: (yes) -> put it in dir for CD 1
4b: (no) -> increase Y and go to 1
5: Let X = the next file
6: Go to 1

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Back to top
Login to vote
Zak McGregor

External


Since: Nov 18, 2003
Posts: 5



(Msg. 7) Posted: Mon Jun 30, 2003 10:48 pm
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 30 Jun 2003 17:27:34 +0200, Sybren Stuvel <"Sybren Stuvel"
<sybrenUSE DeleteThis @yourthirdtower.imagination.com>> wrote:

> Zak McGregor enlightened us with:
>> Did you possibly miss the "allow for individual CD browsing for
>> specific files" perhaps?
>
> No, but you didn't say how. With the --new-volume-script you could write
> a script that outputs a file listing, which is then stored alongside the
> archive.

Not quite the same, is it?

>> Or maybe I was not clear
>
> Apparently, you weren't.

At least we cleared that up.

>> I would very much like to be able to pop one cdrom of the set of
>> backups into the drive and be able to ls, cp and less (for example) the
>> files on that particular cdrom.
>
> That is something completely different. It's rather easy to write a
> small script for that. I've done such a thing for Perl once.

Thanks, the concept is simple. However I'd prefer a more robust solution
than I would be able to come up with in the n hours I could spend on
writing my own. Hence my original post.

Thanks anyways.

Ciao

Zak
--
========================================================================
http://www.carfolio.com/ Searchable database of 10 000+ car specs
========================================================================
Back to top
Login to vote
Sybren Stuvel

External


Since: Jun 22, 2003
Posts: 8



(Msg. 8) Posted: Tue Jul 01, 2003 12:55 am
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Zak McGregor enlightened us with:
> Thanks, the concept is simple. However I'd prefer a more robust
> solution than I would be able to come up with in the n hours I could
> spend on writing my own. Hence my original post.

Writing your own programs can be just as robust or even better as/than
those built by someone else. Then again, I don't know your programming
skills Wink

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Back to top
Login to vote
Zak McGregor

External


Since: Nov 18, 2003
Posts: 5



(Msg. 9) Posted: Tue Jul 01, 2003 10:10 am
Post subject: Re: Multiple CD volume backup solution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 01 Jul 2003 07:55:23 +0200, Sybren Stuvel <"Sybren Stuvel"
<sybrenUSE.DeleteThis@yourthirdtower.imagination.com>> wrote:

> Zak McGregor enlightened us with:
>> Thanks, the concept is simple. However I'd prefer a more robust
>> solution than I would be able to come up with in the n hours I could
>> spend on writing my own. Hence my original post.
>
> Writing your own programs can be just as robust or even better as/than
> those built by someone else. Then again, I don't know your programming
> skills Wink

Eeps. Once again, de-contextualising my post doesn't do much
constructive. I can code fairly well, but to do anything reasonably
robustly will take time - and that is not something I have too much of
right now.

Ciao
Zak

--
========================================================================
http://www.carfolio.com/ Searchable database of 10 000+ car specs
========================================================================
Back to top
Login to vote
Display posts from previous:   
Related Topics:
acl and linux - hi, i have to work with acl and linux; how is the best file system to do it ? (i have heard reiserfs but i don't know....

Microsoft/LINUX debate. - Why does people brother having this Microsoft/LINUX mud-slinging thing? I am new to LINUX but installed REDHAT 8..

virus scanner - Hi All was wondering if i can get some idea of what people are useing for virus scanners on Redhat 8. Its sendmail tha...

trailing slash in web urls - ya this may be a lame question but i have just setup apache 2.0.46 and when i connect to http://domain it gets the..

Need advice on linux distro - I Installed Debian Linux on a spare computer 2 months ago, and that was the first time I used linux. I've been using i...

Ymessenger or Gaim no sound. - Im trying to use yahoo messenger (0.99.19) and / or gaim (v0.64) on a RH8 system. I do have sound working on the..
       Soft32 Home -> Linux -> Genreal Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]