Welcome Guest

Notification

Icon
Error

Forum Jump  
Continuously recording for a day and then removing old recordings automatically.
Options
fresh2012  
Posted : Wednesday, September 7, 2011 3:44:55 AM(UTC)
Joined: 8/17/2011(UTC)
Posts: 1
Location: United States

I am interested in My Screen Recorder Pro.

I want to have a few full days of capture that I start automatically from my application. I am going to use the command line to start My Screen Recorder Pro. I have a limit of 300GB of free space, how many days of recordings can I fit??

Two more questions:
1. Can I continuously record the screen for the full day?
2. Is there automatic way to delete old recordings?

I appreciate you assistance!
DeskShare - Support  
Posted : Friday, September 9, 2011 10:51:28 AM(UTC)
DeskShare - Support

Rank: Administration

Joined: 2/27/2004(UTC)
Posts: 1,824

Was thanked: 41 time(s) in 34 post(s)
My Screen Recorder Pro can capture the screen continuously for a day. The size of the recording at the default settings is 540MB per hour, or 13GB per day.

While there is no function to delete older recordings, you can schedule a simple command line to delete older files. Here is a batch command to delete files on a Windows PC.

Forfiles -pC:\backup -s -m*.* -d-5 -c "cmd /c del /q @path"

This will delete all files in my backup directory older than 5 days. To test it first, use this:

Forfiles -pC:\backup -s -m*.* -d-5 -c "cmd /C Echo 0x22@Path\@File0x22"

This will print out each file that the command will be deleting.

Rss Feed  Atom Feed

Copyright © DeskShare Incorporated.  All rights reserved.