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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. flotsam

    Tape Drives - Any opinions on these 2?

    Thanks for all of your input. I decided to go with the Certance LTO-2 drive, based on the cost, and warranty. Besides like I said earlier anything is an improvement over DAT. Thank you, Chad
  2. flotsam

    File listing using Cygwin

    I am trying to generate an output file for management that contains neatly formatted information on files residing on a 2000 file server. I am running cygwin (bash 2.05b.0), on a 2000 pro box. I have tried a few different things: ls -ohRSt1 --color | grep -G 'somefileextension' >outputfile.txt...
  3. flotsam

    Tape Drives - Any opinions on these 2?

    Yrrk, Thanks for the input. I looked at the LTO-3 drives, but the cost is a lot more (I don't think I would get the approval to upgrade my backup strategy/infrastructure, I am still using DAT, so anything is an improvement), and I don't project needing the capacity for 5 - 7 years. Thanks, Chad
  4. flotsam

    Tape Drives - Any opinions on these 2?

    I am going to be implimenting a new backup plan for my company, and I need to decide between the following 2 tape drives: 1. Certance CL400H 1U rackmount Ultrium LTO Drive 200/400 or 2. HP Ultrium 460 (Non-Rackmount) LTO 200/400 drive I realize that one is rack mount, and the other is not...
  5. flotsam

    forfiles help

    I just wanted to say thanks for all of your input. I decided to create a batch file to run this against all of the various directories that I needed to, instead of continuing the search for a complete solution, due to time constraints. Not elegant, but it is effective. Thanks again, Chad
  6. flotsam

    forfiles help

    Yeah, I kinda thought the same thing as well. It figures Chad
  7. flotsam

    forfiles help

    gplamer711, Thanks for the info, I took a look at the link you provided, and apparently MS has their syntax incrrect. It does not work with a space, only without. Thanks, Chad
  8. flotsam

    forfiles help

    I have a small update, and a question: I found out that if I supply any subdirectory, as part of the directory argument in the forfiles command, it works perfectly fine. It just doesn't work when the root directory is supplied as the directory argument. That being said, can anyone tell me how...
  9. flotsam

    forfiles help

    Bcastner, That makes sense to me. I am guessing that also applies if I run this locally on the server, because if the file gets opened, or moved, or whatever, then forfiles does not have the capability to deal? Thanks Chad
  10. flotsam

    forfiles help

    Aquias, Thanks for the post. I will look further into possible ACL issues. Anyone else have a thought? Chad
  11. flotsam

    forfiles help

    That was what I thought at first, but I can browse, edit, and save any file on the file server, so I don't think that is it. Is there a limit to the quantity of files that forfiles can process?
  12. flotsam

    forfiles help

    I am trying to use the forfiles command to create a report of files older than x days, that reside on my file server. I have the following: forfiles -s -py:\ -m*.* -d-365 -c"cmd /c echo @FDATE @FSIZE @PATH\@FILE" | sort /O C:\filereports\365daysold.txt The above runs perfectly as it is. The...

Part and Inventory Search

Back
Top