SlackBuilds Repository

15.0 > System > sanoid (2.2.0)

Policy-driven snapshot management and replication tools. Using ZFS for
underlying next-gen storage. Primarily intended for Linux, but BSD use
is supported and reasonably frequently tested.

You can use sanoid to create, automatically thin, and monitor
snapshots and pool health from a single eminently human-readable TOML
config file at /etc/sanoid/sanoid.conf.

DEPENDENCIES

SANOID depends on the Perl module Config::IniFiles and will not
operate without it. Config::IniFiles may be installed from CPAN,
though the project strongly recommends using your distribution's
repositories instead.

SYNCOID depends on ssh, pv, gzip, lzop, and mbuffer. It can run with
reduced functionality in the absence of any or all of the above. SSH
is only required for remote synchronization.

CRON

If you use cron there is the need to ensure that only one instance of
sanoid is run at any time (or else there will be funny error messages
about missing snapshots, ...). It's also good practice to separate
the snapshot taking and pruning so the later won't block the former
in case of long running pruning operations. Following is the
recommend setup for a standard install:

*/15 * * * * root flock -n /var/run/sanoid/cron-take.lock -c \
"TZ=UTC sanoid --take-snapshots"
*/15 * * * * root flock -n /var/run/sanoid/cron-prune.lock -c \
"sanoid --prune-snapshots"

Adapt the timer interval to the lowest configured snapshot interval.

CONFIGURATION

SANOID won't do anything useful unless you tell it how to handle your
ZFS datasets in `/etc/sanoid/sanoid.conf`.

Take a look at the files `sanoid.defaults.conf` and `sanoid.conf` for
all possible configuration options.

Also have a look at the README.md for a simpler suggestion for
`sanoid.conf`.

SYNCOID is a command line utility that doesn't require any
configuration, with all of its switches set at runtime.

This requires: perl-Capture-Tiny, perl-Config-IniFiles, openzfs

Maintained by: Matt Egger
Keywords: zfs,snapshot,sanoid,syncoid
ChangeLog: sanoid

Homepage:
https://github.com/jimsalterjrs/sanoid

Source Downloads:
sanoid-2.2.0.tar.gz (d525ca629960a02611a2f5dc15f6652a)

Download SlackBuild:
sanoid.tar.gz
sanoid.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
sanoid.SlackBuild
sanoid.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds