We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddfae2 commit 8cb90faCopy full SHA for 8cb90fa
README.md
@@ -19,9 +19,8 @@ Get detailed information about all the features and a 'getting started' tutorial
19
+ Check min size
20
+ Comparing with previous backups
21
* Sync backups to other locations
22
- + Amazon s3 (planned)
+ + Amazon s3 (work in progress)
23
+ Dropbox
24
- + FTP (postponed)
25
+ rsync
26
+ SFTP
27
* Cleanup you backup location
@@ -32,13 +31,15 @@ Get detailed information about all the features and a 'getting started' tutorial
32
31
## Requirements
33
34
* PHP 5.3+
+ + ext/curl
35
+ ext/dom
36
+ ext/json
37
+ ext/spl
38
* POSIX Shell
39
+ mysqldump
40
+ tar
41
+ bzip2 or gzip
42
+ + rsync
43
44
## Installation
45
0 commit comments