Manu
Manu
> so, how about just showing the size and the csize of an archive? even now, they are not relative to all other repo content, so can be cached. Will...
Thanks for the thorough test. Definitely makes a case to remove or change this column.
According to the logs, there is an issue with your repo path. Maybe a drive not mounted? Does it work with the CLI directly? (see the logs for the precise...
> If anyone can confirm that this would be useful, I can make a PR. Maybe it makes sense to execute the pre-backup script in [BorgThread.prepare()](https://github.com/borgbase/vorta/blob/master/src/vorta/borg/borg_thread.py#L87)? That would make sure...
This is quite different from the current use case, which is like a `before_create`/`after_create` hook. You are suggesting `before/after_everything`. How would this look in the UI?
> a checkbox next to existing ones with text "run before/after everything" and an argument passed to the script to know what event just happened. I can also live with...
Yeah, good idea to move it into scripts. Should those scripts live in the settings folder or a user-defined path? One may want different scripts based on the profile? Or...
Updated our task list by stealing and adjusting the good one Borgmatic made [here](https://projects.torsion.org/borgmatic-collective/borgmatic/issues/557). We can probably support all Borg versions with the same Vorta version. So no hard version...
Thanks! Good stuff. I'll find some time too.
Pushed the [first commit](https://github.com/borgbase/vorta/commit/b6595b02727a7f10dde723619bca3e94ebf613de) to the new v2-branch. This already covers creating and listing a repo. 🎉 For now I'm positive that we can cover the changes with our existing...