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

Guzmán Castanedo Villalba baf868e85a Add sftp protocol to download-backup and repair email in backup-server hace 6 años
scripts baf868e85a Add sftp protocol to download-backup and repair email in backup-server hace 6 años
LICENSE 4600298f4b Initial commit hace 6 años
README.md baf868e85a Add sftp protocol to download-backup and repair email in backup-server hace 6 años
backup-server baf868e85a Add sftp protocol to download-backup and repair email in backup-server hace 6 años
download-backup-http baf868e85a Add sftp protocol to download-backup and repair email in backup-server hace 6 años
download-backup-sftp baf868e85a Add sftp protocol to download-backup and repair email in backup-server hace 6 años

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-http) download all the compressed files in a remote machine, via http/https Auth Basic Aunthentication.

The download script (download-backup-sftp) download all the compressed files in a remote machine, via sftp (SSH File Transfer Protocol).