Re: Fileserver data expiration

2001-03-05 Thread Bernhard Unold
Subject: Fileserver data expiration Howdy. Does anybody know of products that can check the last modification/access times of files, delete, and archive them? I know the BA Client (GUI) can Archive Search (Modify and Access Date) Filter, then archive/delete, b

Re: Fileserver data expiration

2001-03-03 Thread Richard Sims
Does anybody know of products that can check the last modification/access times of files, delete, and archive them? Alex - In the Unix environment, it's simple: use the 'find' command with the -mtime or -atime operands, accompanied by the -exec operand to perform the archive on candidate files.

Re: Fileserver data expiration

2001-03-03 Thread S W Branch
t;ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject: Fileserver data expiration Howdy. Does anybody know of products that can check the last modification/access times of files, delete, and archive them? I know the BA Client (GU

Fileserver data expiration

2001-03-02 Thread Alex Paschal
Howdy. Does anybody know of products that can check the last modification/access times of files, delete, and archive them? I know the BA Client (GUI) can Archive Search (Modify and Access Date) Filter, then archive/delete, but that's a manual process. I could write a C or perl program to do