Skip to content

An Ansible role that manages remote backup job configuration on Raspberry Pi OS

License

Notifications You must be signed in to change notification settings

escalate/ansible-raspberry-remote-backup

Repository files navigation

Test

Ansible Role: Raspberry - Remote Backup

An Ansible role that manages remote backup job configuration on Raspberry Pi OS (Debian Bookworm).

The remote backup job expects a mountpoint for backing up the local files via rsync.

Use for e.g. an smb mount to backup your files to a NAS.

Role Variables

Please see defaults/main.yml for a complete list of variables that can be overridden.

Dependencies

This role relies on the following dependencies:

Installation

$ ansible-galaxy role install escalate.remote_backup

Example Playbook

- hosts: all
  roles:
    - role: escalate.remote_backup
      tags: remotebackup

License

MIT