Explorar el Código

Fix bugs in README.md

Guzmán Castanedo Villalba hace 6 años
padre
commit
858ebb7af7
Se han modificado 1 ficheros con 11 adiciones y 3 borrados
  1. 11 3
      README.md

+ 11 - 3
README.md

@@ -21,7 +21,15 @@ Also it's:
 * Encrypt backup (gpg2)
 
 ## Instalation
-`# cp backup-server /usr/local/bin/backup-server`
+`# curl "https://code.castanedo.es/guzman/backup-server/archive/2.0.tar.gz" | tar -xz`
+
+`# cp ./backup-server/backup-server /usr/local/bin/backup-server`
+
+`# cp ./backup-server/scripts/cron.d/backup-server /etc/cron.d/backup-server`
+
+`# rm -R ./backup-server`
+
+Edit `/etc/cron.d/backup-server` to automatic backups as desired.
 
 ## Usage
 `# backup-server [options]... -z|-j|-J|-7 [backupdir]`
@@ -99,13 +107,13 @@ Also it's:
   * Default: false
 
 ###### GOGS Options:
-*	``--gogs-dir dir`: set GOGS Git Repository to backup
+*	`--gogs-dir dir`: set GOGS Git Repository to backup
   * Default: /opt/gogs
 *	`--no-gogs`: disable gogs backup
   * Default: false
 
 ###### Other Options:
-* -h, --help: shows this message and exit
+* `-h`, `--help`: shows this message and exit
 
 ## Examples
 * `backup-server --xz -k ABCDEFG -p backup-example.com --no-sql /var/backup`