Backup and download scripts to compress with 7z data for a debian server and download it to another machine.

Guzmán Castanedo Villalba d6887a3959 Cambios en las rutas vor 6 Jahren
scripts 910ca51941 Unecessary vor 6 Jahren
LICENSE 4600298f4b Initial commit vor 6 Jahren
README.md 569d01f033 Format Corrections vor 6 Jahren
backup-server d6887a3959 Cambios en las rutas vor 6 Jahren
download-backup d29472c929 Add ELF Executable Flag vor 6 Jahren

README.md

backup-server

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.