Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
I'm looking for a program that will go through a number of files...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jules Gilbert  
View profile  
 More options Feb 9, 4:14 am
Newsgroups: comp.compression
From: jules Gilbert <jules.sto...@gmail.com>
Date: Thu, 9 Feb 2012 01:14:11 -0800 (PST)
Local: Thurs, Feb 9 2012 4:14 am
Subject: I'm looking for a program that will go through a number of files...
Fully decompressed, I have (this is an estimate only!,) about 20-30 TB
of files, some, .gz, some .bz2, some .tar. some .arj, you get the
idea.  I think the largest file is, say, around 250GB.

And these files are, in some cases, duplicates of others.  Or almost
duplicates, but for a few diff's.

Also, I want to apply certain rules, such as always deleting a file
that is "*.core" (which is a UN*X style core dump.)

I want a program that will rummage through my files, organizing, etc.
I intend to use the dar program.  That's "D-ar", a French built and
managed open-source tool built to replace tar but with much greater
functionality.  I have the source and am attempting to extend it, at
least for internal use.

I've purchased one of those new WD external drives, called a "My Book"
Essential.  (I think that's the name, don't have the box handy.)  In
fact I got that drive expecting to use it with my laptop but
discovered that USB 3.0 is pretty new and had to purchase a PCI card
converter.  No big deal, just be careful if you're thinking of getting
one.

I've been backing up for years and years and now have thousands
of ,tar files.  And want help from a program in reorganizing these
bunches of files.  Does such a program exist??


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
stan  
View profile  
 More options Feb 9, 7:59 am
Newsgroups: comp.compression
From: stan <smo...@exis.net>
Date: Thu, 9 Feb 2012 07:59:06 -0500
Local: Thurs, Feb 9 2012 7:59 am
Subject: Re: I'm looking for a program that will go through a number of files...

jules Gilbert wrote:
> Fully decompressed, I have (this is an estimate only!,) about 20-30 TB
> of files, some, .gz, some .bz2, some .tar. some .arj, you get the
> idea.  I think the largest file is, say, around 250GB.

The first step would seem t clearly define the problem.

> I want a program that will rummage through my files, organizing, etc.
> I intend to use the dar program.  That's "D-ar", a French built and
> managed open-source tool built to replace tar but with much greater
> functionality.  I have the source and am attempting to extend it, at
> least for internal use.

The tar utility has been used for backups for many years, if this dar
is better why not ask people who use dar? IOW why would anyone here
know anything about it?

> I've been backing up for years and years and now have thousands
> of ,tar files.  And want help from a program in reorganizing these
> bunches of files.  Does such a program exist??

It's very difficult to imagine any program could read your mind to
determine the changes you want. Your vague description would seem to
call for a simple shell script but I can't imagine why you would think
this is the place to discuss shell scripts or backups.

For the record, why not just apply your secret sauce and shrink all
your stuff down to fit in on a floppy? Your system works right?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Mizrahi  
View profile  
 More options Feb 9, 8:54 am
Newsgroups: comp.compression
From: Alex Mizrahi <alex.mizr...@gmail.com>
Date: Thu, 09 Feb 2012 15:54:54 +0200
Local: Thurs, Feb 9 2012 8:54 am
Subject: Re: I'm looking for a program that will go through a number of files...

> I've been backing up for years and years and now have thousands
> of ,tar files.  And want help from a program in reorganizing these
> bunches of files.  Does such a program exist??

UNIX shell such as bash or zsh might help, I guess, it won't think for you.

 > Also, I want to apply certain rules, such as always deleting a file
 > that is "*.core" (which is a UN*X style core dump.)

In zsh it is

rm **/*.core

Simple, eh?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jules Gilbert  
View profile  
 More options Feb 9, 1:08 pm
Newsgroups: comp.compression
From: jules Gilbert <jules.sto...@gmail.com>
Date: Thu, 9 Feb 2012 10:08:49 -0800 (PST)
Local: Thurs, Feb 9 2012 1:08 pm
Subject: Re: I'm looking for a program that will go through a number of files...
On Feb 9, 7:59 am, stan <smo...@exis.net> wrote:

Oh no, apparently you don't know that several large firms who's
business involves IT storage solutions have developed or purchased
(for their customer's,) programs that go through their clients files
doing things like, seeing two nearly identical files, represent the
older, but the newer is replaced by a link to the older plus the
necessary diff's.

You're not up to date.  What I was looking for (I agree, I didn't say
this specifically,) is an open-source program that does this.  Or is
it too soon?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jules Gilbert  
View profile  
 More options Feb 9, 1:10 pm
Newsgroups: comp.compression
From: jules Gilbert <jules.sto...@gmail.com>
Date: Thu, 9 Feb 2012 10:10:16 -0800 (PST)
Local: Thurs, Feb 9 2012 1:10 pm
Subject: Re: I'm looking for a program that will go through a number of files...
On Feb 9, 8:54 am, Alex Mizrahi <alex.mizr...@gmail.com> wrote:

> > I've been backing up for years and years and now have thousands
> > of ,tar files.  And want help from a program in reorganizing these
> > bunches of files.  Does such a program exist??

> UNIX shell such as bash or zsh might help, I guess, it won't think for you.

>  > Also, I want to apply certain rules, such as always deleting a file
>  > that is "*.core" (which is a UN*X style core dump.)

> In zsh it is

> rm **/*.core

> Simple, eh?

that's really cool!  I'm going to load that on my laptop today.  Thank
you.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Richter  
View profile  
 More options Feb 9, 2:36 pm
Newsgroups: comp.compression
From: Thomas Richter <t...@math.tu-berlin.de>
Date: Thu, 09 Feb 2012 20:36:26 +0100
Local: Thurs, Feb 9 2012 2:36 pm
Subject: Re: I'm looking for a program that will go through a number of files...
On 09.02.2012 14:54, Alex Mizrahi wrote:

>> I've been backing up for years and years and now have thousands
>> of ,tar files. And want help from a program in reorganizing these
>> bunches of files. Does such a program exist??

> UNIX shell such as bash or zsh might help, I guess, it won't think for you.

>  > Also, I want to apply certain rules, such as always deleting a file
>  > that is "*.core" (which is a UN*X style core dump.)

> In zsh it is

> rm **/*.core

> Simple, eh?

And in a standard POSIX environment, it is

find . -name "*.core" -exec rm \{\} \;

but what is the relation to compression? This is just a simple trivial
exercise in the POSIX toolchain.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »