Forum Discussion

smith_jones's avatar
9 years ago

Expiring tapes.

Hello All, Can somebody please suggest how to expire multiple tapes at once. I am tired of expiring them one by one from commandline, when required.   Thanks.
  • Will_Restore's avatar
    9 years ago

    A simple script

    • for /f %%i in (c:\temp\medialist) do bpexpdate -d 0 -m %%i

    Test it and make sure it works as expected, then append -force to the script to eliminate "do you really want to do this?" prompt.

    Hope your next thread is not "I accidentally expired a bunch of tapes..." surprise