computer-playbook/roles/backup-to-usb/README.md

21 lines
674 B
Markdown
Raw Normal View History

2023-09-02 09:45:26 +02:00
# backup-to-usb
This Ansible role automates the process of performing backups to a swappable USB device.
## Features
2023-05-28 16:35:45 +02:00
- 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.
2023-05-28 16:35:45 +02:00
## Author
2023-05-28 16:35:45 +02:00
This role was created and is maintained by Kevin Veen-Birkenbach.
2023-05-28 16:35:45 +02:00
## License
2023-05-28 16:35:45 +02:00
This code is released under the AGPL v3 license. Please refer to the [LICENSE](LICENSE) file for more details.
2023-05-28 16:35:45 +02:00
## Credits
2023-05-28 16:35:45 +02:00
This software was created with the assistance of [OpenAI ChatGPT](https://chat.openai.com/share/a75ca771-d8a4-4b75-9912-c515ba371ae4).