Archival Tool for UNIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Archival Tool for UNIX
# 1  
Old 10-19-2001
Archival Tool for UNIX

Hi All,

Need to get the information if there is any tool on Unix for Archiving and retrival of documents automatically. Having the capbalilty to integrate with other systems. And provide the APIs which can be called from other Systems to facilitate automatic Archival and Retrieval.

Thanks & Regards
Sanjeev
# 2  
Old 10-19-2001
What fo you mean automatic. Everything needs to be set before for sure/ maybe with the 'cron'

If I understand correctly archiving you mean something like

'tar ............'
or

'ufsdump........'

have a look on these first and also 'crontab' and 'cron' or 'at'

Good luck
# 3  
Old 10-19-2001
Dear Guest100,

thanks for reverting back.
It seems some more detailed explanation is required from my side.

Our requirement is to have Documet Archival and Retrieval System which will interface with our system which we are developing. In our system some components are there which will generate some reports, letters and documents . Our Need is to archive these some where and then can be retrieved when required. And archival should happen automatically at the time of document generation with minimal user interaction. Means , if Document Archival tool provides some APIs which can be called from our Sytem to do the Archival and Retieval automatically with out going in to the Archival tool's/System interface.

In addition this archival system should have the facility to store and reteive the scanned documents, prinmting etc..

I hope this would suffice to understand my requirements.

Looking forward for suggestions.$

Thanks & Regards
Sanjeev Jain
# 4  
Old 10-19-2001
So if your system is UNIX system and all the reports, letters and documents created everyday are in the same directory you can set up a cron job to archive all the file using the tar command. Then you can easily untar them back whenever you need then
:=)
# 5  
Old 10-19-2001
Thanks,

Again Archiving the docs in the system is based on some indexing criteria and at the time of reteival user should be able to view the index kind of grouping on the screen and able select one or many documents for viewing , printing etc....


Regards
Sanejev
# 6  
Old 10-19-2001
Are you looking to scan items in? If so, you can run a quick search on <a href="http://www.google.com"><b><u>google</u></b></a>. For example, you could always look for <a href="http://www.google.com/search?q=electronic+document+archival+unix"><b><u>electronic document archival unix</u></b></a>. Of course you will still need to evaluate and test each potential piece of software...

I believe the system we are using here at work is an IBM Visual Info system.

I hope this helps you in your search.
# 7  
Old 10-19-2001
i dont think sanjeev wants to know that we are not here to give u the answer but point u in the right direction.

as guest has said look up teh commands tar, cpio, or what ever backup commands your system has. NOTED by OS. tar and cpio are pretty much the same across the board.

use CRON to automate it. retrevial will not be automatic.

use the man pages to figure out how they work or hire someone to do it for you.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

[Solved] Help -file archival

Hi All, I have a scenario to append all the CSV files with date while moving from one directory to another directory . e.g. Source DIR - A files (can be more files, not sure about file names , but csv format ) a.csv, bc.csv, el.csv,... Target Dir - B I want my file names as ... (16 Replies)
Discussion started by: AspiringD
16 Replies

2. Shell Programming and Scripting

small error in shellscripting -archival part

Hi All, I have run the below script but getting one small error. please help me to solve this. ERROR: tar: Error exit delayed from previous errors CODE: #! /bin/bash CEP=/home/user01/exercise/CEP ARCH=/home/user01/exercise/archive LOG=/home/user01/exercise/logs... (3 Replies)
Discussion started by: aish11
3 Replies

3. UNIX for Dummies Questions & Answers

tool scan my network and get all Unix servers

Hello, is there any tool where I can scan my netwrk and get all types of Unix servers? (2 Replies)
Discussion started by: fsmadi
2 Replies

4. UNIX and Linux Applications

Tool for Convert XLS into CSV in UNIX

Hi I wanted to convert some XLS files into CSV format in my UNIX box. Unix box is handling very important data which are related to data warehouse.It is fully optimized by installing minimum packages since server need more resources to handle reports generating. Just for convert XLS files... (6 Replies)
Discussion started by: luke_devon
6 Replies

5. Solaris

Ftp tool for unix

I am looking for a unix based ftptool. solaris 5.8 version (5 Replies)
Discussion started by: kgallagh
5 Replies

6. Shell Programming and Scripting

Test automation tool for UNIX ??

I am searching for a automation testing tool which I can use for most of the UNIX platforms (AIX, Linux, HP UX, Solaris). The installation process of the application in all platforms is almost same. Are you aware of any automation tool (like WinRunner for Windows) to solve my problem? (5 Replies)
Discussion started by: unmanju
5 Replies

7. Infrastructure Monitoring

Unix Monitoring tool

Hi all, Please let me know the most using, perfect unix monitoring tool and the link for downloading the tool. It should have network server monitoring on all aspect(working users, memory usage, working services, disk space etc). Thanks Rath (3 Replies)
Discussion started by: ratheeshp
3 Replies

8. UNIX for Advanced & Expert Users

Help to enchance unix tool..

HI friends , I was assigned to enhance tool in unix solaris...the tool is totaly developed on shell and perl scripts... The tool is used to change control files....The users are of certain group.. due to many users some people are changing these control files directly by using editors... (10 Replies)
Discussion started by: Nagabhushan
10 Replies

9. Infrastructure Monitoring

Free monitoring tool on Unix

Dear All, Any one used free monitoring tool on HP machines (unix) , what is the most easy to install and configure (MRTG, Cricket, or Zabbix) ? Thanks in advance. (1 Reply)
Discussion started by: salhoub
1 Replies
Login or Register to Ask a Question