All Projects → omniti-labs → zetaback

omniti-labs / zetaback

Licence: BSD-3-Clause license
Zetaback is a thin-agent based ZFS backup tool. It is designed to help simplify the task of backing up thousands of filesystems on hundreds of machines across and organization. It simplifies the task of automatically picking up newly created ZFS filesystems for backup purposes and restoring any given backup (host/FS/timestamp) to a target ZFS ca…

Programming Languages

perl
6916 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to zetaback

abgleich
zfs sync tool
Stars: ✭ 22 (-40.54%)
Mutual labels:  backup-utility, zfs, zfs-snapshots, zfs-backup
zap
Maintain and replicate ZFS snapshots
Stars: ✭ 48 (+29.73%)
Mutual labels:  zfs, zfs-snapshots
planb
PlanB - automating remote backups and snapshots with zfs/rsync
Stars: ✭ 24 (-35.14%)
Mutual labels:  zfs, zfs-snapshots
freenas-proxmox
ZFS over iSCSI to FreeNAS API's from Proxmox VE
Stars: ✭ 129 (+248.65%)
Mutual labels:  zfs
zfs exporter
Prometheus ZFS exporter
Stars: ✭ 52 (+40.54%)
Mutual labels:  zfs
aws-backup-lambda
A utility AWS lambda function to manage EBS and RDS snapshot backups.
Stars: ✭ 60 (+62.16%)
Mutual labels:  backup-utility
CosmicClone
Cosmic Clone is a utility that can backup\clone\restore a azure Cosmos database Collection. It can also anonymize cosmos documents and helps hide personally identifiable data.
Stars: ✭ 113 (+205.41%)
Mutual labels:  backup-utility
zfsbootmenu
ZFS Bootloader for root-on-ZFS systems with support for snapshots and native full disk encryption
Stars: ✭ 377 (+918.92%)
Mutual labels:  zfs
s3backup
No more custom backup scripts please ...
Stars: ✭ 20 (-45.95%)
Mutual labels:  backup-utility
vzvol
vzvol is a general use ZFS zvol management tool, that handles creation, destruction, listing, and formatting with various FSes, in an easy to use single program
Stars: ✭ 27 (-27.03%)
Mutual labels:  zfs
zfs-installer
Shell script program that prepares ZFS on a system, and installs Linux
Stars: ✭ 137 (+270.27%)
Mutual labels:  zfs
ZetaWatch
ZFS OSX Menu Bar widget
Stars: ✭ 111 (+200%)
Mutual labels:  zfs
aws-s3-backup
This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments. 🚀
Stars: ✭ 67 (+81.08%)
Mutual labels:  backup-utility
kubernetes-zfs-provisioner
No description or website provided.
Stars: ✭ 39 (+5.41%)
Mutual labels:  zfs
DAR
DAR - Disk ARchive
Stars: ✭ 58 (+56.76%)
Mutual labels:  backup-utility
docker-zfs-plugin
Docker volume plugin for creating persistent volumes as a dedicated zfs dataset.
Stars: ✭ 71 (+91.89%)
Mutual labels:  zfs
devops-kb
frequently used commands
Stars: ✭ 27 (-27.03%)
Mutual labels:  zfs
Middleware
TrueNAS CORE/Enterprise/SCALE Middleware Git Repository
Stars: ✭ 1,851 (+4902.7%)
Mutual labels:  zfs
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (+32.43%)
Mutual labels:  zfs
cstor
CAS Data Engine - User Space implementation of a popular COW Data Engine - ZFS
Stars: ✭ 47 (+27.03%)
Mutual labels:  zfs

Zetaback ZFS backup and recovery management system

Zetaback is a thin-agent based ZFS backup tool. It is designed to:

  • run from a central host
  • scan clients for new ZFS filesystems
  • manage varying desired backup intervals (per host) for
    • full backups
    • incremental backups
  • maintain varying retention policies (per host)
  • summarize existing backups
  • restore any host:fs backup at any point in time to any target host

Prerequisites

  • Backup host with a '''LOT''' of disk space.
  • SSH in place where a user on the backup server can perform a password-less remote login to the clients (using ssh keys) and execute the agent script as root.
  • Perl 5 on client and server.
  • ZFS tools installed on client.

Download

  • Download the code from git:
git clone git://labs.omniti.com/zetaback.git
cd zetaback
./autogen.sh
./configure
make
make install

Project Info

Developer Info

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].