I run a backup to s3 and the versioning folder keeps growing. 35000 files and 95Gb. (No delta)
This enormously slows down the fast backup profile.
Why creating a fast backup profile function and refusing to create a versioning database to eliminate this rescan inefficiency that renders cloud backups almost useless?
Why not assuming that no one will touch the versioning files (and leave the responsibility to the user not to touch them) and storing everything in a database?
If the reason for no db = a problem with the version restore function handled by syncback..
Then give users a choice at least to create versions with a db, giving only a manual restore option:
1. build a database and let the versioning execute without scanning
2. Disable the versioning restore function (just create the versions and leave it to the sysadmin to manually restore them in case it's needed)
Even this half working workaround would be better of what I have to do now (which is executing a lambda function to move the $sbv folder periodically to another bucket to allow the scan to take a reasonable time, which is ridiculous in my opinion)
Thanks
Before posting, and to avoid disappointment, please read the following:
- This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
- If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.
- If you are entitled to technical support then please submit a support ticket. Please do not post the same question to the forum and also via a support ticket. Once again, 2BrightSparks does not provide technical support via this forum.
Versioning database
-
- Enthusiastic
- Posts: 14
- Joined: Thu Oct 03, 2024 1:16 pm
Re: Versioning database
Why doesn't SyncBack use a versioning database to speed up backups instead of rescanning all versioned files?