aawsome
aawsome
> Is supporting such a feature for a whole repository planned? This PR already allows to give multiple snapshots or even multiple snapshot criteria. E.g. you can run it with...
Do you have a concrete format in your mind to save this information in the Tree objects? I also thought about implementing this in rustic and I think we can...
> Cannot restore data, or fix the repo (new backups will run without errors, but you're still unable to restore from these new snapshots) You can, indeed, fix the repo...
Just note that after #2827 is merged, you are able to "heal" your repository by just backing up files with the missing contents again. This doesn't help you if you...
> Which, again, is for real-time access. IMHO Restic should aim for 4 K chunks, as this would allow to properly deduplicate VM images. As restic keeps all index entries...
Just want to note that I implemented a two-phase compaction in rustic. The idea is the following: - in the index format additionally to `packs` there is a stuct `packs-to-delete`...
Thanks for your report! First, you have discovered two bugs: - the error handling does not work correctly. Rustic should stop if such errors occur instead of continue.. - rustic...
Thanks for the debug output. Unfortunately, this doesn't give more information. The lines ``` ERROR : : Create repo failed to Mkdir: AccessDenied: Access Denied ERROR : keys/c9c6a0e6e3dbe0ad2897cecdd5435721a14dd6842a1b6bf34794e123f32e87b4: Post request...
Mhh.. this is really strange. Can you use your now generated repository as rclone-backend? I mean, does `rustic -P rustic_conf backup ` work?
Ok. So did I get it right: - `rustic init` directly on your rclone/S3 backend doesn't work - `rustic backup` directly on your rclone/S3 works if the repository was previously...