Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

content archive

Feb 6, 2005 10:45PM PST

Hello. Is anyone aware of a small business software solution for a "content archive log"?

I am looking for, what I am calling, a data archive log that would list all of the data, files, etc. on a particular drive and its drive locations. For example, the log would list:

C:/folder/tools.zip
C:/folder/file.txt
C:/folder/subfolder/moreFile.txt

Any such animal?

Thanks,

Leo.

Discussion is locked

- Collapse -
Sitekeeper for example.
Feb 6, 2005 11:31PM PST
- Collapse -
more then just licenses
Feb 6, 2005 11:51PM PST

Hello Bob, Thanks for replying.

My reason for needing this type of log system is as such. I am archiving data from completed projects onto removeable external 80 GB hard drives. The current project for example has 300GB of data online that needs to archived and removed. I am dividing that data in 80GB increments and moving them to the removeable hard drives. Each hard drive will be labled and subsequently a "master data log" would be attached, something that could be printed out, that would list file by file, everything on that particular drive.

Make sense?

Thanks,

Leo.

- Collapse -
After the fact datamine?
Feb 7, 2005 12:51AM PST

There is no software known that can guess what each file you created is. However, ever a COMMAND LINE will dump the filenames into a text file. Then you can add such information into some spreadsheet and report.

This actually sounds like a post-project data management issue that needed to be addressed before or during the project. Next time is always what I hear.

You ask "something that could be printed out, that would list file by file, everything on that particular drive."

Here's the command:

DIR > FILE.TXT

Now print file.txt.

Bob

- Collapse -
Typo...
Feb 7, 2005 12:51AM PST

Try exchanging ever for even and another command would be...

DIR /A/S > FILE.TXT

Bob

- Collapse -
success!
Feb 7, 2005 2:31AM PST

Bob Proffitt,

You rock. Thank you. This is exactly what I needed.

I dont use my unix knowledge much and didnt even think about a command line approach, but here it is.

Perfect.

Thanks again.

Cheers,

Leo.