* Archiver
@ 2003-04-28 10:14 Joachim Reichelt
2003-04-28 10:20 ` Archiver Hans Reiser
0 siblings, 1 reply; 8+ messages in thread
From: Joachim Reichelt @ 2003-04-28 10:14 UTC (permalink / raw)
To: reiserfs-list
Dear all,
I know, it is a little bit out of topic, but we are looking for Software
to archive our data held on
~400GB reiser fs.
We want to have exact one copy on tape of each file that is on our
system at e.g. midnight.
Only new or changed files should go to tape.
Tapes are in an robot system of ~2TB.
--
Mit freundlichen Gruessen Best Regards
Joachim Reichelt
SB - Strukturbiologie
GBF - Gesellschaft fuer Biotechnologische Forschung
German Research Centre for Biotechnology
WWW: http://www.gbf.de _/_/_/ _/_/_/ _/_/_/_/
EMAIL: REICHELT@gbf.de _/ _/ _/ _/ _/
_/ _/ _/ _/
Mascheroder Weg 1 _/ _/ _/_/_/ _/_/_/
D-38124 Braunschweig _/ _/ _/ _/ _/
Tel: +(49) 531 6181 352 _/ _/ _/ _/ _/
FAX: +(49) 531 2612 388 _/_/_/ _/_/_/ _/
http://struktur.gbf.de/
-- Disclaimer --
Standard > Keyword : Opinions, my own, nobody else's, whatsoever ...
Man muss sich notfalls jemand mieten,
hat man an Geist selbst nichts zu bieten! (Heinz Erhardt)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Archiver
2003-04-28 10:14 Archiver Joachim Reichelt
@ 2003-04-28 10:20 ` Hans Reiser
2003-04-28 10:44 ` Archiver Joachim Reichelt
0 siblings, 1 reply; 8+ messages in thread
From: Hans Reiser @ 2003-04-28 10:20 UTC (permalink / raw)
To: Joachim Reichelt; +Cc: reiserfs-list
Joachim Reichelt wrote:
> Dear all,
>
> I know, it is a little bit out of topic, but we are looking for
> Software to archive our data held on
> ~400GB reiser fs.
> We want to have exact one copy on tape of each file that is on our
> system at e.g. midnight.
> Only new or changed files should go to tape.
> Tapes are in an robot system of ~2TB.
>
lvm snapshots and dd or tar?
--
Hans
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Archiver
2003-04-28 10:20 ` Archiver Hans Reiser
@ 2003-04-28 10:44 ` Joachim Reichelt
2003-04-28 10:50 ` Archiver Anders Widman
0 siblings, 1 reply; 8+ messages in thread
From: Joachim Reichelt @ 2003-04-28 10:44 UTC (permalink / raw)
To: reiserfs-list
Hans Reiser schrieb am 04/28/2003 12:20 PM:
> Joachim Reichelt wrote:
>
>> Dear all,
>>
>> I know, it is a little bit out of topic, but we are looking for
>> Software to archive our data held on
>> ~400GB reiser fs.
>> We want to have exact one copy on tape of each file that is on our
>> system at e.g. midnight.
>> Only new or changed files should go to tape.
>> Tapes are in an robot system of ~2TB.
>>
> lvm snapshots and dd or tar?
>
The data are on hardware raid, no lvm.
Tar: How to exclude all file the are on tape jet?
Where/How to find old files?
I think of features as seen in legatho, something like a HSM system
--
Mit freundlichen Gruessen Best Regards
Joachim Reichelt
SB - Strukturbiologie
GBF - Gesellschaft fuer Biotechnologische Forschung
German Research Centre for Biotechnology
WWW: http://www.gbf.de _/_/_/ _/_/_/ _/_/_/_/
EMAIL: REICHELT@gbf.de _/ _/ _/ _/ _/
_/ _/ _/ _/
Mascheroder Weg 1 _/ _/ _/_/_/ _/_/_/
D-38124 Braunschweig _/ _/ _/ _/ _/
Tel: +(49) 531 6181 352 _/ _/ _/ _/ _/
FAX: +(49) 531 2612 388 _/_/_/ _/_/_/ _/
http://struktur.gbf.de/
-- Disclaimer --
Standard > Keyword : Opinions, my own, nobody else's, whatsoever ...
Man muss sich notfalls jemand mieten,
hat man an Geist selbst nichts zu bieten! (Heinz Erhardt)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Archiver
2003-04-28 10:44 ` Archiver Joachim Reichelt
@ 2003-04-28 10:50 ` Anders Widman
2003-04-28 11:03 ` Archiver Joachim Reichelt
0 siblings, 1 reply; 8+ messages in thread
From: Anders Widman @ 2003-04-28 10:50 UTC (permalink / raw)
To: Joachim Reichelt; +Cc: reiserfs-list
> Hans Reiser schrieb am 04/28/2003 12:20 PM:
>> Joachim Reichelt wrote:
>>
>>> Dear all,
>>>
>>> I know, it is a little bit out of topic, but we are looking for
>>> Software to archive our data held on
>>> ~400GB reiser fs.
>>> We want to have exact one copy on tape of each file that is on our
>>> system at e.g. midnight.
>>> Only new or changed files should go to tape.
>>> Tapes are in an robot system of ~2TB.
>>>
>> lvm snapshots and dd or tar?
>>
> The data are on hardware raid, no lvm.
> Tar: How to exclude all file the are on tape jet?
> Where/How to find old files?
> I think of features as seen in legatho, something like a HSM system
How can you without snapshots of the filesystem be able to backup
from one point in time? I mean if the filesystem changes during the
backup you may loose (miss to backup) data that is changing/moving
or get partial files.
Otherwise it should not be such a big problem to use tar to copy
files that are changed after a certain date (last backup). Check
the tar manpage :)
//Anders
--------
PGP public key: https://tnonline.net/secure/pgp_key.txt
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Archiver
2003-04-28 10:50 ` Archiver Anders Widman
@ 2003-04-28 11:03 ` Joachim Reichelt
2003-04-28 11:14 ` Archiver Anders Widman
2003-04-28 14:00 ` Archiver Valdis.Kletnieks
0 siblings, 2 replies; 8+ messages in thread
From: Joachim Reichelt @ 2003-04-28 11:03 UTC (permalink / raw)
To: Anders Widman; +Cc: reiserfs-list
Anders Widman schrieb am 04/28/2003 12:50 PM:
>
>
>>Hans Reiser schrieb am 04/28/2003 12:20 PM:
>>
>>
>
>
>
>>>Joachim Reichelt wrote:
>>>
>>>
>>>
>>>>Dear all,
>>>>
>>>>I know, it is a little bit out of topic, but we are looking for
>>>>Software to archive our data held on
>>>>~400GB reiser fs.
>>>>We want to have exact one copy on tape of each file that is on our
>>>>system at e.g. midnight.
>>>>Only new or changed files should go to tape.
>>>>Tapes are in an robot system of ~2TB.
>>>>
>>>>
>>>>
>>>lvm snapshots and dd or tar?
>>>
>>>
>>>
>>The data are on hardware raid, no lvm.
>>Tar: How to exclude all file the are on tape jet?
>>Where/How to find old files?
>>I think of features as seen in legatho, something like a HSM system
>>
>>
>
>
> How can you without snapshots of the filesystem be able to backup
> from one point in time? I mean if the filesystem changes during the
> backup you may loose (miss to backup) data that is changing/moving
> or get partial files.
>
The data to backup are produced during experiments. There is no need to
get all files at a given time.
We only want to have all files on tape some days after creation.
>
> Otherwise it should not be such a big problem to use tar to copy
> files that are changed after a certain date (last backup). Check
> the tar manpage :)
>
I did this. But how to get file back? How to find them
What about files copied over remote from WIN of created by progs that
reset a and m times?
>
> //Anders
>
>
>
>--------
>PGP public key: https://tnonline.net/secure/pgp_key.txt
>
>
--
Mit freundlichen Gruessen Best Regards
Joachim Reichelt
SB - Strukturbiologie
GBF - Gesellschaft fuer Biotechnologische Forschung
German Research Centre for Biotechnology
WWW: http://www.gbf.de _/_/_/ _/_/_/ _/_/_/_/
EMAIL: REICHELT@gbf.de _/ _/ _/ _/ _/
_/ _/ _/ _/
Mascheroder Weg 1 _/ _/ _/_/_/ _/_/_/
D-38124 Braunschweig _/ _/ _/ _/ _/
Tel: +(49) 531 6181 352 _/ _/ _/ _/ _/
FAX: +(49) 531 2612 388 _/_/_/ _/_/_/ _/
http://struktur.gbf.de/
-- Disclaimer --
Standard > Keyword : Opinions, my own, nobody else's, whatsoever ...
Man muss sich notfalls jemand mieten,
hat man an Geist selbst nichts zu bieten! (Heinz Erhardt)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Archiver
2003-04-28 11:03 ` Archiver Joachim Reichelt
@ 2003-04-28 11:14 ` Anders Widman
2003-04-28 11:22 ` Archiver Joachim Reichelt
2003-04-28 14:00 ` Archiver Valdis.Kletnieks
1 sibling, 1 reply; 8+ messages in thread
From: Anders Widman @ 2003-04-28 11:14 UTC (permalink / raw)
To: reiserfs-list
> Anders Widman schrieb am 04/28/2003 12:50 PM:
>>
>>
>>>Hans Reiser schrieb am 04/28/2003 12:20 PM:
>>>
>>>
>>
>>
>>
>>>>Joachim Reichelt wrote:
>>>>
>>>>
>>>>
>>>>>Dear all,
>>>>>
>>>>>I know, it is a little bit out of topic, but we are looking for
>>>>>Software to archive our data held on
>>>>>~400GB reiser fs.
>>>>>We want to have exact one copy on tape of each file that is on our
>>>>>system at e.g. midnight.
>>>>>Only new or changed files should go to tape.
>>>>>Tapes are in an robot system of ~2TB.
>>>>>
>>>>>
>>>>>
>>>>lvm snapshots and dd or tar?
>>>>
>>>>
>>>>
>>>The data are on hardware raid, no lvm.
>>>Tar: How to exclude all file the are on tape jet?
>>>Where/How to find old files?
>>>I think of features as seen in legatho, something like a HSM system
>>>
>>>
>>
>>
>> How can you without snapshots of the filesystem be able to backup
>> from one point in time? I mean if the filesystem changes during the
>> backup you may loose (miss to backup) data that is changing/moving
>> or get partial files.
>>
> The data to backup are produced during experiments. There is no need to
> get all files at a given time.
> We only want to have all files on tape some days after creation.
>>
>> Otherwise it should not be such a big problem to use tar to copy
>> files that are changed after a certain date (last backup). Check
>> the tar manpage :)
>>
> I did this. But how to get file back? How to find them
How do you mean get the file back? The idea with backup is that you
have them in case you loose files, corrupt or overwrite them by
accident?
> What about files copied over remote from WIN of created by progs that
> reset a and m times?
This is a problem with Samba/Windows. You could make Samba to not
change the access/create times, or control how it should update
them. It is a little tricky though, and might not help.
//Anders
--------
PGP public key: https://tnonline.net/secure/pgp_key.txt
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Archiver
2003-04-28 11:14 ` Archiver Anders Widman
@ 2003-04-28 11:22 ` Joachim Reichelt
0 siblings, 0 replies; 8+ messages in thread
From: Joachim Reichelt @ 2003-04-28 11:22 UTC (permalink / raw)
To: Anders Widman; +Cc: reiserfs-list
Anders Widman schrieb am 04/28/2003 01:14 PM:
>
>
>>Anders Widman schrieb am 04/28/2003 12:50 PM:
>>
>>
>
>
>
>>>
>>>
>>>
>>>
>>>>Hans Reiser schrieb am 04/28/2003 12:20 PM:
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>>>Joachim Reichelt wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>Dear all,
>>>>>>
>>>>>>I know, it is a little bit out of topic, but we are looking for
>>>>>>Software to archive our data held on
>>>>>>~400GB reiser fs.
>>>>>>We want to have exact one copy on tape of each file that is on our
>>>>>>system at e.g. midnight.
>>>>>>Only new or changed files should go to tape.
>>>>>>Tapes are in an robot system of ~2TB.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>lvm snapshots and dd or tar?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>The data are on hardware raid, no lvm.
>>>>Tar: How to exclude all file the are on tape jet?
>>>>Where/How to find old files?
>>>>I think of features as seen in legatho, something like a HSM system
>>>>
>>>>
>>>>
>>>>
>>> How can you without snapshots of the filesystem be able to backup
>>> from one point in time? I mean if the filesystem changes during the
>>> backup you may loose (miss to backup) data that is changing/moving
>>> or get partial files.
>>>
>>>
>>>
>>The data to backup are produced during experiments. There is no need to
>>get all files at a given time.
>>We only want to have all files on tape some days after creation.
>>
>>
>
>
>
>>> Otherwise it should not be such a big problem to use tar to copy
>>> files that are changed after a certain date (last backup). Check
>>> the tar manpage :)
>>>
>>>
>>>
>>I did this. But how to get file back? How to find them
>>
>>
>
>
> How do you mean get the file back? The idea with backup is that you
> have them in case you loose files, corrupt or overwrite them by
> accident?
>
The problem is: If i have the data written some time ago, find the tape
the file is on.
We have a changer for 48 tapes and it takes some time to check all of them!
You know that usernever know exact data of there files.
So I have to setup mysql for it or somethink like that.
>
>
>
>>What about files copied over remote from WIN of created by progs that
>>reset a and m times?
>>
>>
>
> This is a problem with Samba/Windows. You could make Samba to not
> change the access/create times, or control how it should update
> them. It is a little tricky though, and might not help.
>
The files are mostly from WIN and we need the original timestamps, that
is the problem.
>
> //Anders
>
>--------
>PGP public key: https://tnonline.net/secure/pgp_key.txt
>
>
--
Mit freundlichen Gruessen Best Regards
Joachim Reichelt
SB - Strukturbiologie
GBF - Gesellschaft fuer Biotechnologische Forschung
German Research Centre for Biotechnology
WWW: http://www.gbf.de _/_/_/ _/_/_/ _/_/_/_/
EMAIL: REICHELT@gbf.de _/ _/ _/ _/ _/
_/ _/ _/ _/
Mascheroder Weg 1 _/ _/ _/_/_/ _/_/_/
D-38124 Braunschweig _/ _/ _/ _/ _/
Tel: +(49) 531 6181 352 _/ _/ _/ _/ _/
FAX: +(49) 531 2612 388 _/_/_/ _/_/_/ _/
http://struktur.gbf.de/
-- Disclaimer --
Standard > Keyword : Opinions, my own, nobody else's, whatsoever ...
Man muss sich notfalls jemand mieten,
hat man an Geist selbst nichts zu bieten! (Heinz Erhardt)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Archiver
2003-04-28 11:03 ` Archiver Joachim Reichelt
2003-04-28 11:14 ` Archiver Anders Widman
@ 2003-04-28 14:00 ` Valdis.Kletnieks
1 sibling, 0 replies; 8+ messages in thread
From: Valdis.Kletnieks @ 2003-04-28 14:00 UTC (permalink / raw)
To: Joachim Reichelt; +Cc: Anders Widman, reiserfs-list
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
On Mon, 28 Apr 2003 13:03:28 +0200, Joachim Reichelt said:
> >>I think of features as seen in legatho, something like a HSM system
> I did this. But how to get file back? How to find them
> What about files copied over remote from WIN of created by progs that
> reset a and m times?
You could always just buy Legato. It's dealing with all these little
details like keeping indexes of what versions of what files are on what
tapes that make Legato a bit bigger and more expensive than tar or cpio ;)
The *real* fun starts when you have to use more than one tape drive because
otherwise it takes over 24 hours to do a nightly backup...
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-04-28 14:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-28 10:14 Archiver Joachim Reichelt
2003-04-28 10:20 ` Archiver Hans Reiser
2003-04-28 10:44 ` Archiver Joachim Reichelt
2003-04-28 10:50 ` Archiver Anders Widman
2003-04-28 11:03 ` Archiver Joachim Reichelt
2003-04-28 11:14 ` Archiver Anders Widman
2003-04-28 11:22 ` Archiver Joachim Reichelt
2003-04-28 14:00 ` Archiver Valdis.Kletnieks
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.