Hello. I would like to do full backup some data every night and need to access 
to very old backups with long age. Also, to save storage space I would like to 
prune some of old backups by this algorithm:
- backups with age from one day to week shouldn't be removed and will exist for 
every day;
- backups with age from week to month should be leaved as one backup per three 
days;
- backups with age from month to half year should be leaved as one backup per 
two weeks;
- backups with age from half year to year should be leaved as one backup per 
month;
- backups with age from year to two years should be leaved as one backup per 
two months;
- backups older than two years should be complete removed.

How can I do it with bareos?

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to