mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
21 lines
679 B
Markdown
21 lines
679 B
Markdown
# backup-data-to-usb
|
|
|
|
This Ansible role automates the process of performing backups to a swappable USB device.
|
|
|
|
## Features
|
|
|
|
- Automatically starts the backup process when mounted to a specific destination.
|
|
- Supports customization of the backup source path and destination.
|
|
- Provides a systemd service to run the backup script.
|
|
|
|
## Author
|
|
|
|
This role was created and is maintained by Kevin Veen-Birkenbach.
|
|
|
|
## License
|
|
|
|
This code is released under the AGPL v3 license. Please refer to the [LICENSE](LICENSE) file for more details.
|
|
|
|
## Credits
|
|
|
|
This software was created with the assistance of [OpenAI ChatGPT](https://chat.openai.com/share/a75ca771-d8a4-4b75-9912-c515ba371ae4). |