mirror of
https://github.com/Llewellynvdm/Backup-System.git
synced 2024-12-12 08:57:47 +00:00
added some info to the readme adout the Dropbox option
This commit is contained in:
parent
4012767a04
commit
11d0e8582a
12
README.md
12
README.md
@ -1,5 +1,5 @@
|
||||
# Backup System for server:
|
||||
---------------------
|
||||
|
||||
The Bash scripts used to backup database and folders on a server
|
||||
|
||||
## Features
|
||||
@ -85,8 +85,16 @@ With your cron time, add the following line to the crontab, using your path deta
|
||||
$ sudo apt-get install git
|
||||
```
|
||||
|
||||
**To use the Dropbox back-up option You also need the [Dropbox-Uploader](https://github.com/andreafabrizi/Dropbox-Uploader):**
|
||||
```bash
|
||||
$ git clone https://github.com/andreafabrizi/Dropbox-Uploader.git Dropbox-Uploader
|
||||
$ cd Dropbox-Uploader/
|
||||
$ chmod +x dropbox_uploader.sh
|
||||
$ ./dropbox_uploader.sh
|
||||
```
|
||||
|
||||
# Copyright:
|
||||
---------------------
|
||||
|
||||
* Copyright (C) [Vast Development Method](https://www.vdm.io). All rights reserved.
|
||||
* Distributed under the GNU General Public License version 2 or later
|
||||
* See [License details](https://www.vdm.io/gnu-gpl)
|
||||
|
Loading…
Reference in New Issue
Block a user