Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 778 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 778 Bytes

This repository contains simple administration scripts I use on my servers.

Backups

  • duplicity.sh: Performs encrypted, incremental backups of the specified directories to a remote server using duplicity.

  • xtrabackup.sh: Performs backups of MySQL databases using Percona's xtrabackup. xtrabackup allows for faster, safe backups and restores than mysqldump while databases are in use. For more information, please check out this blog post.