Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you get SSARC to work?

Status
Not open for further replies.

AlexNeil

Programmer
Jun 4, 2001
49
0
0
GB
Hi,

I've tried the SSARC utility but can't get it to work! That is, it runs but doesn't actually archive anything off. I've tried it with a date on the "v" parameter and also a label, but it comes back with "nothing to do".

This is my command line:-
Code:
  >SSARC -d -vd9/9/2099 ..\20011008.SSA $/

The "-vd9/9/2099" parameter is supposed to archive all but the current version of the files (since no file will have versions post dating 9/9/2099).

Any ideas??
 
Ok, I've tried this format ...

Code:
  >SSARC -d -vd01/08/01 ..\20011008.SSA $/Proj1 $/Proj2

... and it archives off all but the current version for every file in Proj1 and Proj2, irrespective of the date of the versions or even the create date of the file.

All I want is to archive off the versions of files created on or before the 1st August 2001 - how do I do this?

Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top