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

Two questions #267

Open
AdamAnon opened this issue May 26, 2024 · 2 comments
Open

Two questions #267

AdamAnon opened this issue May 26, 2024 · 2 comments

Comments

@AdamAnon
Copy link

Greetings!

Two questions.

Do I have to have three time intervals to specify a custom strategy? Can I have just one? I want to run backups every two hours and I want to keep all the backups for the first 30 days and then simply one backup per day until disk space runs out. So that would be simply

--strategy 30:1

Is that right?

Can I manually delete some older or the oldest backups or will it break the functionality of the script?

Thank you!

@MagnusLevein
Copy link

As no one else has given you any answer, I can comment your second question: according to my experience with the script you can delete older backups without breaking anything. Thanks to the use of hard links, the filesystem itself handles the difficult part of the story. However, I would recommend you to update the symlink latest if you want to delete the newest backup.

@AdamAnon
Copy link
Author

AdamAnon commented Dec 2, 2024

Thanks :)

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

No branches or pull requests

2 participants