Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.15 KB

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