Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 736 Bytes

mumble-backup

Script for maintaining backups of a Mumble SQLite DB

This repository is archived and unsupported. Code here is for historical and learning purposes.

Usage:

Edit the settings near the top of the script to match your configuration

Command-line switches:

-b, [--]backup          perform a backup

-c, [--]cleanup         perform a cleanup (use -d to specify the number of days to keep)
  
-r, [--]restore         perform a restore (use -y to blindly restore from yesterday's backup)

##Example commands:

./mumble-backup.sh -b --cleanup -d 28

Backs up and then performs a cleanup keeping 28 days of backups

./mumble-backup.sh restore

Allows you to interactively choose a backup to restore from