Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plumdog/qnap-remote-backup

For creating a backup and saving it to a QNAP via Curl
https://github.com/plumdog/qnap-remote-backup

Last synced: about 1 month ago
JSON representation

For creating a backup and saving it to a QNAP via Curl

Awesome Lists containing this project

README

        

qnap-remote-backup
==================

For creating a backup and saving it to a QNAP via Curl.

Once cloned, edit your `config.sh` file. Also, populate your
`exclude.txt` with absolute paths to directories or files that you
want to exclude, with each one on a new line.

Now run the script. It should work if you are logged in as the
`LOCALUSER` that you set in `config.sh` or if you are root.

Now set it up to run via cron. Eg add
```bash
0 12 * * * /root/qnap-remote-backup/backup.sh
```
to root's crontab, via `crontab -e`.