Ma_Sys.ma
Ma_Sys.ma
Here is my take on it, including some benchmarks and taking a slightly different set of requirements: https://masysma.lima-city.de/37/backup_tests_borg_bupstash_kopia.xhtml I did not test restic, though. Feel free to use my scripts...
@deajan Thanks :) I had already tested restic in a practical scenario (backup about 60 GiB of rarely changing data once per day for some weeks) and observed the following...
Wrt. hard to read: I think I can come up with an improved version that would use more readable names, it will just take some time :) Regarding the configuration...
Update: Improved patch to use color names rather than numbers. Now against current `dev` (ec3a38372803fb1fd4c5ce8f70fb196b5df9ce89) [patch-allow-different-colors-2.txt](https://github.com/patroclos/PAmix/files/5649747/patch-allow-different-colors-2.txt) Another thing that I would love to configure is the unicode characters used for...
I can confirm this issue. Here is a log from a `nodered` Docker container facing the same problem with a different error code. The error occurred while the Discord nodes...
> The main reason we only have one default sendlog per user is to prevent an uncontrolled buildup of files. We could consider having one per repository, but will need...
I worked on creating a custom restoration program for Bupstash v0.10.3 with the specific goal of understanding its data format better. As a result, I wrote down something about Bupstash's...
I just tried out this patch and it works well for me. My only issue getting started with it was to recall that the data format is not only base64,...
> > My only issue getting started with it was to recall that the data format is not only base64, but needs some metadata prefixed of form data:image/type;base64,. > >...
> I think nesting is not supported and has no sense with "AND" only. Do you mean not supported *at all* or just not in case of AND? I am...