Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!32
5046 finetune restic params
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
5046 finetune restic params
5046-finetune-restic-params
into
master
Overview
0
Commits
8
Pipelines
0
Changes
3
Merged
Hahn Axel (hahn)
requested to merge
5046-finetune-restic-params
into
master
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
3
0
0
Merge request reports
Viewing commit
28a5b728
Prev
Next
Show latest version
3 files
+
17
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
28a5b728
restic prune: add keep-last; add --cleanup-cache
· 28a5b728
Hahn Axel (hahn)
authored
3 years ago
docs/30_Configuration/30_Filetransfer.md
+
3
−
0
View file @ 28a5b728
Edit in single-file editor
Open in Web IDE
Show full file
@@ -172,8 +172,11 @@ is a full backup and all following runs make an incremental backup.
You have the possibility to keep all younger backups and have the possibility to delete
older backups but to keep N weekly, monthly and yearly snapshots.
The value for "keep-last" never deletes the last N most recent snapshots.
```
text
# prune
restic_keep-last = 5
restic_keep-hourly = 100
restic_keep-daily = 90
restic_keep-weekly = 12
Loading