feat: backup #10

Open
alessandrovitali wants to merge 4 commits from feat/backup into main
Owner

adds role to install restic & set up repository.

restore backup on fresh installs? e.g. with

- name: create compose dir
  ansible.builtin.stat:
      path: "{{ compose_dir }}"
  register: backup_initizalized
  when: not backup_initialized.stat.exists
adds role to install restic & set up repository. restore backup on fresh installs? e.g. with ```yaml - name: create compose dir ansible.builtin.stat: path: "{{ compose_dir }}" register: backup_initizalized ``` ```yaml when: not backup_initialized.stat.exists ```
alessandrovitali added 4 commits 2026-08-20 01:04:57 +02:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/backup:feat/backup
git checkout feat/backup
Sign in to join this conversation.