Snapshots

Is there a way to keep your snapshots longer than 3 days? Like a week or month?

25,938 views 4 replies
Reply #1 Top

I believe at least the manually taken Snaphots will last forever. Just the automatic Daily ones last for three days (today-2 to today). At least they do for me.

 

However I think extending the retention of the automatic ones to a week or a month (can be optional) could be usefull.

 

The current backups seem to be stored in "%userprofile%\AppData\Roaming\Stardock\Fences\Backups" so you may want to copy them to your personal backup (can be schedulled via task scheduller).

 

Example batch File (please note ISODATE variable below is for US regional options (Month/Date/Year)

@echo off
set DAY=%date:~-7,2%
set MONTH=%date:~-10,2%
set YEAR=%date:~-4%
set ISODATE=%YEAR%-%MONTH%-%DAY%
"c:\program files\winrar\rar.exe" a "C:\Backups\Fences\%ISODATE%.rar" "%userprofile%\AppData\Roaming\Stardock\Fences\Backups"

 

+1 Loading…
Reply #2 Top

Thanks for the info, that was nice of you. Ill try out that batch file.

Reply #3 Top

You can also back them up from here.

C:\Users\USERNAME\AppData\Roaming\Stardock\Fences\Backups

 

Reply #4 Top

That's the same like "%userprofile%\AppData\Roaming\Stardock\Fences\Backups"