https://github.com/rla/backupper
Personal backup scripts.
https://github.com/rla/backupper
backups git nodejs rsync ssh tar
Last synced: 2 months ago
JSON representation
Personal backup scripts.
- Host: GitHub
- URL: https://github.com/rla/backupper
- Owner: rla
- License: mit
- Created: 2017-04-15T20:46:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T22:15:14.000Z (about 9 years ago)
- Last Synced: 2025-01-16T10:58:35.446Z (over 1 year ago)
- Topics: backups, git, nodejs, rsync, ssh, tar
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal backup scripts
A set of backup scripts written in Node.js. The scripts
are built onto SSH, RSYNC, GIT, TAR and Amazon S3.
## Installation
Installation from GitHub:
```
npm install git+https://github.com/rla/backupper.git -g
```
Crontab entry (adjust paths):
```
0 2 * * * /opt/node-v7.9.0-linux-x64/bin/backupper -b /files/backups/automatic >> /files/backups/automatic/backup.log 2>&1
```
If you want to reuse pieces of code then do so under the
conditions of the MIT license.