3coma3
3coma3
There are two changes in this patch: 1- have the python autodetection via import to happen only when `ansible_python_interpreter` is undefined at the time of role application. Autodetection itself works...
Hi! I'm getting errors on CentOS 7 when using Python 3 and yum (dnf is not installed): ``` PLAY [INSTALL - tasks for keycloak] ******************************************** TASK [Gathering Facts] ********************************************************* ok:...
The idea is to be able to manage metadata about snapshots. Maybe in some specific snapshot you had some data and you want to remember that fact, or classify it,...
The snapshot simulator used to test retention policies currently uses random timestamps, constrained somewhat to the current policy, which ends up simulating a scenario of manual use. The idea is...
The idea is initially that you can delete items from past snapshots or add to them manually, based on find(). This can be extended to update automatically a set of...
Add backup callbacks, much like it's done with rotation Move the current snapshot procedure to a callback Add a new callback to copy boot sectors, allowing to have bootable full...
verbosity levels colors? maybe features coming from multitail add file logging for some actions like rsync progress indicators syslog compatibility
The first that comes to mind is rsync (maybe take out the output or redirect it)
From https://github.com/3coma3/btrfs-backup/issues/17#issuecomment-766494236
Hi, I added this segment to avoid making mistakes when using multiple k8s contexts/namespaces. Hope you find it useful, any corrections welcome, and if something is missing for integration, just...