Replies: 1 comment
-
|
I think full-file based incremental backups (store any file that changed its hash since last backup) could get most of the benefit with potentially way less complexity than actual file content diffing incremental backups. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I really like the idea of having incremental backups to save storage space. If you run e.g. a Minecraft server, they can get quite big and incremental backups would really save a ton of disk space there.
I would suggest implementing it in the form of basically two types of backups that you can choose from when creating a backup:
This way you could have a schedule to make full backups like every week and every day you make an incremental backup. Maybe this can also be a permission on panel level, as well as server (user) level.
I think a lot of users would love this, especially for servers that can get quite large. And it's also a big selling point imho.
Now, I know this is a big request and there is probably a lot that I didn't think of, so I don't expect this to be added soon. But maybe that's something for after the initial release :)
Beta Was this translation helpful? Give feedback.
All reactions