Explorar el Código

Format corrections

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

+ 7 - 7
README.md

@@ -3,13 +3,13 @@
 Backup and download scripts to compress with 7z data for a debian server and download it to another machine.
 
 The backup script (**backup-server**) compress with 7z server info like:
--Nginx configuration (sites-available)
--MySQL Databases
--Emails
--Letsencrypt certificates
--/home directories
+* Nginx configuration (sites-available)
+* MySQL Databases
+* Emails
+* Letsencrypt certificates
+* /home directories
 Also it's:
--Autoremove old backups
--Put it in a http/https server with Auth Basic Authentication.
+* Autoremove old backups
+* Put it in a http/https server with Auth Basic Authentication.
 
 The download script (**download-backup**) download all the compressed files in a remote machine, via http/https Auth Basic Aunthentication.