One Timer for 2 Repositories (incl. forget & check) #246
-
Hey, I am pretty new to all that, so thanks in advance. I have a Server and want to make 2 backups with resticprofile (one is already working fine!) and I just want to say: At the Moment I just have this for one Repo (and its using 3 timer, wouldn't it be better to just have one and do it in sequence?):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Okay sorry for that, found the answer to backup->forget->check: #226 |
Beta Was this translation helpful? Give feedback.
-
Scheduling multiple backups with one timer is a work in progress, it is not ready yet but on the list of future enhancements: #146 As you already found default:
....
# Backup command
backup:
check-after: true
source: [...]
schedule: "04:00"
# Retention policy command
retention:
after-backup: true # will default to true from v0.23
keep-daily: 7
keep-weekly: 4 |
Beta Was this translation helpful? Give feedback.
Scheduling multiple backups with one timer is a work in progress, it is not ready yet but on the list of future enhancements: #146
As you already found
check
andretention
can be bound tobackup
(just putting it here for reference):