Fred

Results 205 comments of Fred

No sorry, right now the copy command can't be called automatically after a backup.

Maybe it's a bit confusing in the documentation 🤔 Your configuration is indeed reversed. The `copy` section indicates the target of the copy, **not where it's copied from**. Your configuration...

Hey! Sorry for the late reply. This is definitely a bug: - the environment variables are resolved on all the `run-*` targets - the environment variables are **not** resolved on...

Hey! >Ansible actually has a built-in way to do this through the gather facts stage of the playbook Nothing is never simple 😢 as it turns out Linux reports `arm64`...

Here's my latest version, works on Debian based instances. ## Playbook `resticprofile.yml` ```yaml --- - name: Install restic backup profile hosts: resticprofile gather_facts: false vars_files: - "../host_vars/{{ vault_vars }}" vars:...

I'm perfectly fine if you do a repo on your own 👍🏻 I did use this playbook to update Restic to 0.18.0 on all my machines this morning, it saves...

I had a look, and your ansible role for autorestic looks pretty cool indeed 👍🏻 I just did a quick playbook, but it's too specific to my needs (https://creativeprojects.github.io/resticprofile/installation/ansible/index.html) I...

The thing that is missing in my playbook is rescheduling the tasks. This isn't implemented yet because with previous versions of resticprofile, you couldn't delete a schedule by removing a...

I had a look at it before, and that's an annoying one: authentication via API token is coming with a complete different set of API. Don't ask 🙄 Worst thing...

If the documentation is up to date (for a bunch of stuff it's not the case though, I usually go through the python code 😄) we can only: - create...