-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
How to setup rsync #193
Comments
It's implemented using |
Ah alright, I was looking at the directories through FileZilla and thought, they are all backing up redundant parts of the world. Here is the result of the
|
By the way, how does it prune the backups with the rsync backup method? |
It uses a docker-mc-backup/scripts/opt/backup-loop.sh Line 323 in 3d04028
Being hard links it works out to prune away each top level backup directory. |
Ah okay thanks, so to confirm I understand that correct. As long as there is a backup that hard links to the top level backup the top level backup will not be pruned? Then, when are top level backups created? Is it just once in the beginning? Sorry if I don't understand the (hard) linking, I'm fairly new to working with Linux. |
Understandable, hard links don't get talked about much but they're a pretty powerful feature in this scenarios. This description is pretty good but was hoping to find something that explained more concisely |
As far as I know rsync should only do one full backup and then have only backups of the changes.
But why do I get only full backups all the time? Did I configure something wrong?
compose.yml
The text was updated successfully, but these errors were encountered: