Continuously recording for a day and then removing old recordings automatically.
-
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:
- Can I continuously record the screen for the full day?
- Is there automatic way to delete old recordings?
I appreciate you assistance!
-
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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login