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

tyzbit/mumble-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Script for maintaining backups of a Mumble SQLite DB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages