Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sql Server Maintenance Solution | 2,464 | 25 days ago | 359 | mit | TSQL | |||||
SQL Server Maintenance Solution | ||||||||||
Borgmatic | 1,408 | 2 days ago | 2 | gpl-3.0 | Python | |||||
Simple, configuration-driven backup software for servers and workstations | ||||||||||
Msm | 1,169 | a month ago | 123 | gpl-3.0 | Shell | |||||
An init script for managing Minecraft servers | ||||||||||
Backup Utils | 1,103 | 11 days ago | 28 | mit | Shell | |||||
GitHub Enterprise Backup Utilities | ||||||||||
Passwall Server | 695 | 10 days ago | 20 | May 03, 2021 | 10 | agpl-3.0 | Go | |||
Passwall Server is the core backend infrastructure for Passwall platform | ||||||||||
Rest Server | 666 | 10 days ago | 17 | February 10, 2022 | 33 | bsd-2-clause | Go | |||
Rest Server is a high performance HTTP server that implements restic's REST backend API. | ||||||||||
Sponsorblockserver | 604 | 4 days ago | 22 | agpl-3.0 | TypeScript | |||||
Skip YouTube video sponsors (server side portion) | ||||||||||
Vim For Server | 455 | 4 years ago | 3 | Vim script | ||||||
.vimrc, simple configures for server, without plugins. | ||||||||||
Burp | 453 | a month ago | 63 | other | C | |||||
burp - backup and restore program | ||||||||||
Minecraft Init | 405 | 4 years ago | 54 | Shell | ||||||
Init script for minecraft and bukkit servers |
borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services.
The canonical home of borgmatic is at https://torsion.org/borgmatic/
Here's an example configuration file:
location:
# List of source directories to backup.
source_directories:
- /home
- /etc
# Paths of local or remote repositories to backup to.
repositories:
- path: ssh://[email protected]/./repo
label: borgbase
- path: /var/lib/backups/local.borg
label: local
retention:
# Retention policy for how many backups to keep.
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
consistency:
# List of checks to run to validate your backups.
checks:
- name: repository
- name: archives
frequency: 2 weeks
hooks:
# Custom preparation scripts to run.
before_backup:
- prepare-for-backup.sh
# Databases to dump and include in backups.
postgresql_databases:
- name: users
# Third-party services to notify you if backups aren't happening.
healthchecks: https://hc-ping.com/be067061-cf96-4412-8eae-62b0c50d6a8c
Want to see borgmatic in action? Check out the screencast.
borgmatic is powered by Borg Backup.
Your first step is to install and configure borgmatic.
For additional documentation, check out the links above (left panel on wide screens) for borgmatic how-to and reference guides.
Need somewhere to store your encrypted off-site backups? The following hosting providers include specific support for Borg/borgmaticand fund borgmatic development and hosting when you use these links to sign up. (These are referral links, but without any tracking scripts or cookies.)
Additionally, rsync.net and Hetzner have compatible storage offerings, but do not currently fund borgmatic development or hosting.
Are you experiencing an issue with borgmatic? Or do you have an idea for a feature enhancement? Head on over to our issue tracker. In order to create a new issue or add a comment, you'll need to register first. If you prefer to use an existing GitHub account, you can skip account creation and login directly.
Also see the security policy for any security issues.
Check out the Borg subreddit for general Borg and borgmatic discussion and support.
Also follow borgmatic on Mastodon.
To chat with borgmatic developers or users, check out the #borgmatic
IRC channel on Libera Chat, either via web chat or a native IRC client. If you don't get a response
right away, please hang around a whileor file a ticket instead.
Other questions or comments? Contact [email protected].
borgmatic source code is available and is also mirrored on GitHub for convenience.
borgmatic is licensed under the GNU General Public License version 3 or any later version.
If you'd like to contribute to borgmatic development, please feel free to submit a Pull Request or open an issue to discuss your idea. Note that you'll need to register first. We also accept Pull Requests on GitHub, if that's more your thing. In general, contributions are very welcome. We don't bite!
Also, please check out the borgmatic development how-to for info on cloning source code, running tests, etc.