You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# PHPBU
2
2
3
-
*PHP Backup Utility*
3
+
**PHP Backup Utility**
4
4
5
-
PHPBU is a php framework that creates backups and moves your backups to other servers or cloud services
5
+
*PHPBU* is a php framework that creates backups and sync your backups to other servers or cloud services
6
6
and by the way it assists you monitoring your backup creation.
7
7
8
8
Get detailed information about all the features and a 'getting started' tutorial at the [PHPBU Website](http://phpbu.de).
@@ -47,7 +47,7 @@ Get detailed information about all the features and a 'getting started' tutorial
47
47
48
48
## Installation
49
49
50
-
You can [download](http://phar.phpbu.de/phpbu.phar) a PHP Archive [(PHAR)](http://php.net/phar) that bundles everything you need to run phpbu in a single file.
50
+
You can [download](http://phar.phpbu.de/phpbu.phar) a PHP Archive [(PHAR)](http://php.net/phar) that bundles everything you need to run *PHPBU* in a single file.
51
51
52
52
wget http://phar.phpbu.de/phpbu.phar
53
53
chmod +x phpbu.phar
@@ -58,7 +58,7 @@ For convenience, you can move the PHAR to a directory that is in your [PATH](htt
58
58
mv phpbu.phar /usr/local/bin/phpbu
59
59
phpbu --version
60
60
61
-
Installing PHPBU via Composer is also supported.
61
+
Installing *PHPBU* via Composer is also supported.
62
62
63
63
```json
64
64
"require": {
@@ -83,8 +83,8 @@ phpbu [option]
83
83
84
84
$ phpbu
85
85
86
-
This requires a valid XML phpbu configuration file (phpbu.xml or phpbu.xml.dist) in your current working directory.
87
-
Alternatively, you can specify the path to your configuration file
86
+
This requires a valid XML *PHPBU* configuration file (phpbu.xml or phpbu.xml.dist) in your current working directory.
87
+
Alternatively, you can specify the path to your configuration file.
0 commit comments