<!DOCTYPE html>
Version: 1.0.0
Author: Kaotic Fire
Automated backup roles for containers and desktops โ Galaxy-ready, CI-tested, semver-tracked.
ansible-galaxy collection install kaoticfire.backuptools
- name: Desktop Backup
hosts: localhost
become: true
roles:
- role: kaoticfire.backuptools.desktop_backup
vars:
desktop_backup_include:
- "$HOME/Documents"
- "$HOME/Pictures"
desktop_backup_exclude:
- "**/node_modules"
- "**/.cache"
desktop_backup_time: "03:00"
๐ฅ Built with grit by Kaotic Fire โ view on GitHub