Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omniti-labs/zetaback

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 capable host.
https://github.com/omniti-labs/zetaback

backup-utility zfs zfs-autosnapshot-rotation zfs-backup zfs-snapshots

Last synced: about 2 months ago
JSON representation

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 capable host.

Awesome Lists containing this project

README

        

# 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 ##

* [License](LICENSE)
* Maintainer: [email protected]
* Man pages are available after install

## Developer Info ##
* [How to Make A Release](RELEASE)