All Projects → witten → Borgmatic

witten / Borgmatic

Licence: gpl-3.0
Simple, configuration-driven backup software for servers and workstations

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Borgmatic

dedupsqlfs
Deduplicating filesystem via Python3, FUSE and SQLite
Stars: ✭ 24 (-97.34%)
Mutual labels:  backup, compression, deduplication
zpaqfranz
Deduplicating archiver with encryption and paranoid-level tests. Swiss army knife for the serious backup and disaster recovery manager. Ransomware neutralizer. Win/Linux/Unix
Stars: ✭ 86 (-90.47%)
Mutual labels:  backup, compression, deduplication
Frost
A backup program that does deduplication, compression, encryption
Stars: ✭ 25 (-97.23%)
Mutual labels:  backup, compression, deduplication
Fsarchiver
file system archiver for linux
Stars: ✭ 135 (-85.03%)
Mutual labels:  backup, compression
Vdo
Userspace tools for managing VDO volumes.
Stars: ✭ 138 (-84.7%)
Mutual labels:  deduplication, compression
Btrfs Sxbackup
Incremental btrfs snapshot backups with push/pull support via SSH
Stars: ✭ 105 (-88.36%)
Mutual labels:  backup, compression
Snebu
Simple Network Encrypting Backup Utility
Stars: ✭ 92 (-89.8%)
Mutual labels:  backup, compression
Kvdo
A pair of kernel modules which provide pools of deduplicated and/or compressed block storage.
Stars: ✭ 168 (-81.37%)
Mutual labels:  deduplication, compression
Restic
Fast, secure, efficient backup program
Stars: ✭ 15,105 (+1574.61%)
Mutual labels:  deduplication, backup
JFileSync3
File Syncing with encryption and compression (partly) compatible with encfs / boxcryptor (classic) volumes for local folders and WebDAV backends. Based on JFileSync - hence the name.
Stars: ✭ 20 (-97.78%)
Mutual labels:  backup, compression
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (-94.68%)
Mutual labels:  compression, deduplication
Bareos
Main repository with the code for the libraries and daemons
Stars: ✭ 651 (-27.83%)
Mutual labels:  backup, compression
Kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
Stars: ✭ 507 (-43.79%)
Mutual labels:  deduplication, backup
Rdedup
Data deduplication engine, supporting optional compression and public key encryption.
Stars: ✭ 690 (-23.5%)
Mutual labels:  deduplication, backup
Dandere2x
Dandere2x - Fast Waifu2x Video Upscaling.
Stars: ✭ 723 (-19.84%)
Mutual labels:  compression
Gan Compression
[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
Stars: ✭ 800 (-11.31%)
Mutual labels:  compression
Shallow Backup
Git-integrated backup tool for macOS and Linux devs.
Stars: ✭ 720 (-20.18%)
Mutual labels:  backup
Acl
Animation Compression Library
Stars: ✭ 716 (-20.62%)
Mutual labels:  compression
Unyson
A WordPress framework that facilitates the development of WP themes
Stars: ✭ 890 (-1.33%)
Mutual labels:  backup
Jdupes
A powerful duplicate file finder and an enhanced fork of 'fdupes'.
Stars: ✭ 790 (-12.42%)
Mutual labels:  deduplication

title: borgmatic permalink: index.html

It's your data. Keep it that way.

borgmatic logo

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.

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:
        - [email protected]:backups.borg
        - [email protected]:repo
        - [email protected]:repo
        - /var/lib/backups/local.borg

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:
        - repository
        - archives

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.

<script src="https://asciinema.org/a/203761.js" id="asciicast-203761" async></script>

borgmatic is powered by Borg Backup.

Integrations

PostgreSQL      MySQL      MariaDB      Healthchecks      Cronitor      Cronhub      PagerDuty      rsync.net      BorgBase     

Getting started

Your first step is to install and configure borgmatic.

For additional documentation, check out the links above for borgmatic how-to and reference guides.

Hosting providers

Need somewhere to store your encrypted offsite backups? The following hosting providers include specific support for Borg/borgmatic. Using these links and services helps support borgmatic development and hosting. (These are referral links, but without any tracking scripts or cookies.)

  • rsync.net: Cloud Storage provider with full support for borg and any other SSH/SFTP tool
  • BorgBase: Borg hosting service with support for monitoring, 2FA, and append-only repos
  • Lima-Labs: Affordable, reliable cloud data storage accessable via SSH/SCP/FTP for Borg backups or any other bulk storage needs

Support and contributing

Issues

You've got issues? Or an idea for a feature enhancement? We've got an issue tracker. In order to create a new issue or comment on an issue, you'll need to login first. Note that you can login with an existing GitHub account if you prefer.

If you'd like to chat with borgmatic developers or users, head on over to the #borgmatic IRC channel on Freenode, either via web chat or a native IRC client.

Also see the security policy for any security issues.

Other questions or comments? Contact [email protected].

Contributing

borgmatic is hosted at https://torsion.org/borgmatic with source code 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 first to discuss your idea. 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.

Build Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].