SlackBuilds Repository

15.0 > System > yabsm (3.15.3)

Yabsm (yet another btrfs snapshot manageer) is a btrfs snapshot
manager and backup system.

To have the yabsm daemon start and stop with your host, add the
following to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.yabsm ]; then
/etc/rc.d/rc.yabsm start
fi

and add the following to /etc/rc.d/rc.local_shutdown (creating it if
needed):

if [ -x /etc/rc.d/rc.yabsm ]; then
/etc/rc.d/rc.yabsm stop
fi

Yabsm is configured via the /etc/yabsm.conf file. On installation, an
example configuration will be installed to /etc/yabsm.conf.example.
This example configuration is well documented and can be used (along
with the manual) to help you create your own configuration.

Maintained by: Nicholas Hubbard
Keywords: btrfs,snapshot,backup
ChangeLog: yabsm

Homepage:
https://metacpan.org/dist/App-Yabsm/view/bin/yabsm

Source Downloads:
App-Yabsm-3.15.3.tar.gz (47f83018534b8be80ba873889853c8b4)

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

(the SlackBuild does not include the source)

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

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