Weekly Full Backup with Incremental that Automatically erases.
I would like a backup schedule that does a full backup lets say once a month on the first Monday at 1AM, and a incremental backup every day of the month after that. When its time for the next full backup it should delete the previous months backup and all the incremental backups.
This doesn't seem possible with the built in Acronis scheduler. The data retention settings only allow a full backup to be deleted when all the incremental backups are eligible for deletion.
Is there a way to erase a vault before the next full backup runs using a simple incremental or custom (full+incremental) job?

- Anmelden, um Kommentare verfassen zu können

dev-anon wrote:using simplified backup naming scheme - in this case you need to create two backup tasks, one for full backup and another for incrementals, and use external scripts to delete all of them before the next backup starts.
The simple incremental job creates a full backup too. If I run a simple full backup Monday at 1PM and a simple incremental Monday at 5PM, on a 500GB drive I will have two seperate 500GB backups. I think a simple incremental backup, with some type of pre-execution script to delete the last weeks backups will do what I want, since the simple incremental creates a full automatically.
Attached is what I am thinking for the script. J being the destination drive. WD500 is the backup name and volume name of the drive being backed up.
This will delete the backups every day, The script needs to be intelligent and only run one day per week/month. I could schedule the task using the OS and not Acronis which avoids the issue.
Anhang | Größe |
---|---|
121353-105694.png | 1.81 KB |
- Anmelden, um Kommentare verfassen zu können

Incremental-only backup plan , backing up to the same archive as another job won't create a new full instead of incremental if there is a backup already. The 'simplified file naming' is not the same as 'simple incremental job', and is described in details here - http://www.acronis.com/support/documentation/ABR11.5/#10483.html
- Anmelden, um Kommentare verfassen zu können