Git Product home page Git Product logo

zfs-rsync-backup.sh's Introduction

zfs rsync backup

zrb (ZFS Rsync Backup) is a simple and rough solution to manage backup with the 'rsync' + 'zfs snapshot' commands. It is running from a central backup server and works pull mode.

Features:

  • pull mode backup
  • resuming backup job ot of box
  • excluding via rsync exclude file
  • optionally different pool/dataset name
  • various expiring rules
  • parallel jobs with configurable process number
  • command to add and list vaults

USAGE

dictionary

VAULT: backup directory where backed up data and config files kept. Each VAULT has 3 directories: config/ -> per VAULT config files data/ -> copied data log/ -> logs

init

  • local (mounted) directory

$ zrb.sh -a /path/to/backup/source -v VAULT

  • remote source (rsync syntax)

$ zrb.sh -a hostname:/ -v VAULT

Initializes zfs dataset of the VAULT and necessary directories and define rsync source.

manual running

$ zrb.sh-v VAULT

expiring

  • expire only:

zrb.sh-e only -v VAULT

  • backup + expire:

zrb.sh-e yes -v VAULT

cron job

$ cp zrb-ruanall /etc/cron.d/

$ chmod 644 /etc/cron.d/zrb-runall

Change whatever timing and frequency (eg. hourly, daily, weekly, monthly) you prefer.

listing

$ zrb.sh -l VAULT

zfs-rsync-backup.sh's People

Contributors

tomposmiko avatar cxn-tpapp avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.