https://github.com/weaming/backupvps
https://github.com/weaming/backupvps
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weaming/backupvps
- Owner: weaming
- Created: 2016-12-19T14:25:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T10:11:22.000Z (about 9 years ago)
- Last Synced: 2025-03-02T08:29:13.460Z (over 1 year ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Backup my vps**
```
apt install git make -y && [ -d ~/src ] || mkdir ~/src && cd ~/src &&
git clone https://github.com/weaming/backupvps && cd backupvps && make install
```