Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/plumdog/qnap-remote-backup
- Owner: plumdog
- License: mit
- Created: 2014-07-18T11:10:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T12:02:32.000Z (over 10 years ago)
- Last Synced: 2024-10-14T02:27:30.667Z (3 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.