duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Backup plan daily weekly monthly settings


From: James Corteciano
Subject: [Duplicity-talk] Backup plan daily weekly monthly settings
Date: Tue, 31 May 2016 05:57:05 +0800

Hi,

These are my backup plans:

Daily = Triggered from Sunday to Thursday.
Weekly = Triggered every Friday
Monthly = Triggered every last Friday of the month.

I have bash script to accomplish this scheduling with cron jobs.

Currently, my settings are:

Daily = Incremental backup = 14 days retention period
Weekly = Full backup = 8 weeks retention period
Monthly = Full backup = 6 months retention period

I am just a bit confuse on how can I accomplish this backup plan approach when it comes in retention period.

Basically, I have created to backup profile:

1) Backup-daily_weekly/conf:
.....
MAX_FULLS_WITH_INCRS=14
MAX_FULL_BACKUPS=8

2.) Backup-monthly/conf:
.....
MAX_FULL_BACKUPS=6


I would like to check with you if the above backup settings are good enough or if you have advise I would appreciate it.

Thank you.
James

reply via email to

[Prev in Thread] Current Thread [Next in Thread]