diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-07-17 13:24:39 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-07-17 13:24:39 +0200 |
commit | 6a55de6aa6d93fc0566080e0cf9056c3aa75584c (patch) | |
tree | 94c965dd5b935e6cdb11b2005ef29da29cec79a1 | |
parent | 5e263b1e0bd59ff42e1202037ff4fad3e71710e6 (diff) | |
download | vyos-jenkins-6a55de6aa6d93fc0566080e0cf9056c3aa75584c.tar.gz vyos-jenkins-6a55de6aa6d93fc0566080e0cf9056c3aa75584c.zip |
fixed wording
-rw-r--r-- | extras/git-mirror.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/git-mirror.md b/extras/git-mirror.md index 51dc3c5..aed17a3 100644 --- a/extras/git-mirror.md +++ b/extras/git-mirror.md @@ -194,7 +194,7 @@ Create duply profile: if number of full backups (chains) has reached `MAX_FULL_BACKUPS` value. - Thus, with `MAX_FULL_BACKUPS=3` and `MAX_FULLBKP_AGE=1M` duplicity will create increments until month elapses. Then it creates new full backup/chain and continues with increments. - If we have meet 4th month then oldest full backup/chain is removed. + If we reach 4th month then oldest full backup/chain is removed. This will yield 2 full months of increments and partial third month with 1 to 30 days depending on the cycle, this results in rolling 60-90 days of coverage. |