Skip to content

Script for maintaining backups of a Mumble SQLite DB

License

Notifications You must be signed in to change notification settings

Owned67/mumble-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

mumble-backup

Script for maintaining backups of a Mumble SQLite DB

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

  • Shell 100.0%