+ Post New Thread
Results 1 to 8 of 8
Windows Thread, Software to auto archive/move files based on last accessed date in Technical; We're trying to decrease the number of files on our home drives and file servers and are looking for some ...
  1. #1

    Join Date
    Mar 2011
    Location
    East Sussex
    Posts
    55
    Thank Post
    38
    Thanked 3 Times in 3 Posts
    Rep Power
    5

    Software to auto archive/move files based on last accessed date

    We're trying to decrease the number of files on our home drives and file servers and are looking for some software that constantly checks files last accessed date, and say if its not been accessed in 2 years is moved to an archive server/location, We have found Cyber-D's autodelete and although it looks good and works great locally, it fails to work on our mapped drives/unc locations. Does anyone know of some software that can do this? Must be free!

    Thanks in advance

  2. IDG Tech News
  3. #2

    Steve21's Avatar
    Join Date
    Feb 2011
    Location
    Swindon
    Posts
    2,216
    Thank Post
    250
    Thanked 403 Times in 377 Posts
    Rep Power
    157
    Quote Originally Posted by denzal2k4 View Post
    . Does anyone know of some software that can do this? Must be free!

    Thanks in advance
    Depending on how much time you have, and how "pretty" you want it, VBscript/BAT? Can setup a simple timer/sched task, that will loop through the files and check last accessed dates.

    Simple, but works. But as I said, guess it depends how pretty/"supported" you want it to be?

    Steve

  4. #3

    Join Date
    Mar 2011
    Location
    East Sussex
    Posts
    55
    Thank Post
    38
    Thanked 3 Times in 3 Posts
    Rep Power
    5
    Could do that, I just thought there must be something out there that already does it, it's nothing to obscure we're asking for. How would we determine last accessed date from a batch file?

  5. #4

    Steve21's Avatar
    Join Date
    Feb 2011
    Location
    Swindon
    Posts
    2,216
    Thank Post
    250
    Thanked 403 Times in 377 Posts
    Rep Power
    157
    Quote Originally Posted by denzal2k4 View Post
    Could do that, I just thought there must be something out there that already does it, it's nothing to obscure we're asking for. How would we determine last accessed date from a batch file?
    As a quick example, If you do a dir "path" /T:A that'll show time accessed
    /T:C = created
    /T:W = modified

    etc

    Steve

  6. #5
    bandgeekmafia78's Avatar
    Join Date
    May 2007
    Location
    Salford
    Posts
    379
    Thank Post
    86
    Thanked 21 Times in 14 Posts
    Rep Power
    19
    *BUMP*

    Just wondering whether anyone could tell me a piece of software that can do this, rather than the batch file method?

    I am currently using Treesize and Foldersize but they aren't very helpful at organising lists of files/folders by date added/modified.

    Thanks.

  7. #6

    Steve21's Avatar
    Join Date
    Feb 2011
    Location
    Swindon
    Posts
    2,216
    Thank Post
    250
    Thanked 403 Times in 377 Posts
    Rep Power
    157
    Quote Originally Posted by bandgeekmafia78 View Post
    *BUMP*

    Just wondering whether anyone could tell me a piece of software that can do this, rather than the batch file method?

    I am currently using Treesize and Foldersize but they aren't very helpful at organising lists of files/folders by date added/modified.

    Thanks.
    How about SteveD21sEpicBackUperLot, Now only £19.99. Involves single BAT line within exe, and pretty coloured background

    But in all seriousness, What is it you're after that needs a program? Considering most backup programs just run over these commands anyway.

    Steve

  8. #7
    bandgeekmafia78's Avatar
    Join Date
    May 2007
    Location
    Salford
    Posts
    379
    Thank Post
    86
    Thanked 21 Times in 14 Posts
    Rep Power
    19
    Basically I'm trying to do a clear up on our file server because we are running out of space. I'm positive there are gigs and gigs of data just sitting there unused, so I'd like to archive this data somewhere. A batch file wouldn't suffice as it would need to troll through terabytes of data. I've started using 'Belvedere' and it seems to do the trick. I just thought there would already be some software out there dedicated to this sort of file management.

    Ta.

  9. #8
    enjay's Avatar
    Join Date
    Apr 2007
    Location
    Reading, Berkshire, UK
    Posts
    4,342
    Thank Post
    267
    Thanked 190 Times in 162 Posts
    Rep Power
    72
    I've done this in the past with a robocopy script, and that worked fine even though it was going over hundreds of gig. It turned out to be limited in its effectiveness though, as our server migration had re-stamped everything with that day's date.

    You say that CyberD doesn't work across mapped drives, but why does it need to? Can you not just run it from the servers themselves, then all the files will still be local?

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 13
    Last Post: 19th February 2013, 09:46 PM
  2. Software to track file deletions / moves
    By JoeBloggs in forum General Chat
    Replies: 2
    Last Post: 10th February 2012, 11:51 AM
  3. Replies: 15
    Last Post: 6th January 2012, 10:18 AM
  4. Replies: 0
    Last Post: 22nd February 2011, 02:20 PM
  5. How to Map a Shared Drive based on the users OU??
    By soveryapt in forum Windows Server 2000/2003
    Replies: 1
    Last Post: 29th April 2010, 01:00 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •