Pārlūkot izejas kodu

Add description

Add description of backup-server and download-backup
Guzmán Castanedo Villalba 7 gadi atpakaļ
vecāks
revīzija
771b72d5b8
1 mainītis faili ar 13 papildinājumiem un 1 dzēšanām
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -1,3 +1,15 @@
 # backup-server
 
-Backup and download scripts to compress with 7z data for a debian server and download it to another machine.
+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
+Also it's:
+-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.