Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restic purge regression #1027

Open
svaroqui opened this issue Jan 28, 2025 · 1 comment
Open

Restic purge regression #1027

svaroqui opened this issue Jan 28, 2025 · 1 comment

Comments

@svaroqui
Copy link
Collaborator

server/server.go: //flags.StringVar(&conf.BackupResticStoragePolicy, "backup-restic-storage-policy", "--prune --keep-last 10 --keep-hourly 24 --keep-daily 7 --keep-weekly 52 --keep-monthly 120 --keep-yearly 102", "Restic keep backup policy")

We have notice that the restic repos grow in size, a purge used to be trigger in the past via this restic command but it looks to have been move in comment during code upgrade

@svaroqui
Copy link
Collaborator Author

Workaround is to manually purge via the restic binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants