The following packages will be installed: btrbk Fetching README... 0%100%100%100%100%100%Done Fetching btrbk.SlackBuild... 0%100%100%100%100%100%Done Fetching btrbk.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done btrbk-0.32.1/ btrbk-0.32.1/COPYING btrbk-0.32.1/ChangeLog btrbk-0.32.1/Makefile btrbk-0.32.1/README.md btrbk-0.32.1/btrbk btrbk-0.32.1/btrbk.conf.example btrbk-0.32.1/contrib/ btrbk-0.32.1/contrib/bash/ btrbk-0.32.1/contrib/bash/completion.bash btrbk-0.32.1/contrib/cron/ btrbk-0.32.1/contrib/cron/btrbk-mail btrbk-0.32.1/contrib/cron/btrbk-verify btrbk-0.32.1/contrib/crypt/ btrbk-0.32.1/contrib/crypt/kdf_pbkdf2.py btrbk-0.32.1/contrib/migration/ btrbk-0.32.1/contrib/migration/raw_suffix2sidecar btrbk-0.32.1/contrib/systemd/ btrbk-0.32.1/contrib/systemd/btrbk.service.in btrbk-0.32.1/contrib/systemd/btrbk.timer.in btrbk-0.32.1/contrib/tools/ btrbk-0.32.1/contrib/tools/btrbk_restore_raw.py btrbk-0.32.1/doc/ btrbk-0.32.1/doc/FAQ.md btrbk-0.32.1/doc/Makefile btrbk-0.32.1/doc/btrbk.1.asciidoc btrbk-0.32.1/doc/btrbk.conf.5.asciidoc btrbk-0.32.1/doc/install.md btrbk-0.32.1/doc/lsbtr.1.asciidoc btrbk-0.32.1/doc/ssh_filter_btrbk.1.asciidoc btrbk-0.32.1/doc/upgrade_to_v0.23.0.md btrbk-0.32.1/lsbtr btrbk-0.32.1/ssh_filter_btrbk.sh installing binary... install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/bin" install -p -m 755 btrbk "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/bin" installing symlinks... for name in lsbtr; do \ ln -s -n -f btrbk "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/bin/$name"; \ done installing example configs... install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/etc/btrbk" install -p -m 644 btrbk.conf.example "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/etc/btrbk" installing bash completion... install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/bash-completion/completions" install -p -m 644 contrib/bash/completion.bash "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/bash-completion/completions/btrbk" for name in lsbtr; do \ ln -s -n -f btrbk "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/bash-completion/completions/$name"; \ done installing systemd service units... install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/lib/systemd/system" sed -e "s|@PN@|btrbk|g" -e "s|@CONFDIR@|/etc|g" -e "s|@CRONDIR@|/etc/cron.daily|g" -e "s|@BINDIR@|/usr/bin|g" -e "s|@DOCDIR@|/usr/share/doc/btrbk|g" -e "s|@SCRIPTDIR@|/usr/share/btrbk/scripts|g" -e "s|@SYSTEMDDIR@|/usr/lib/systemd/system|g" -e "s|@BASHCOMPDIR@|/usr/share/bash-completion/completions|g" -e "s|@MAN1DIR@|/usr/share/man/man1|g" -e "s|@MAN5DIR@|/usr/share/man/man5|g" contrib/systemd/btrbk.service.in > contrib/systemd/btrbk.service.tmp sed -e "s|@PN@|btrbk|g" -e "s|@CONFDIR@|/etc|g" -e "s|@CRONDIR@|/etc/cron.daily|g" -e "s|@BINDIR@|/usr/bin|g" -e "s|@DOCDIR@|/usr/share/doc/btrbk|g" -e "s|@SCRIPTDIR@|/usr/share/btrbk/scripts|g" -e "s|@SYSTEMDDIR@|/usr/lib/systemd/system|g" -e "s|@BASHCOMPDIR@|/usr/share/bash-completion/completions|g" -e "s|@MAN1DIR@|/usr/share/man/man1|g" -e "s|@MAN5DIR@|/usr/share/man/man5|g" contrib/systemd/btrbk.timer.in > contrib/systemd/btrbk.timer.tmp install -p -m 644 contrib/systemd/btrbk.service.tmp "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/lib/systemd/system/btrbk.service" install -p -m 644 contrib/systemd/btrbk.timer.tmp "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/lib/systemd/system/btrbk.timer" rm contrib/systemd/btrbk.service.tmp rm contrib/systemd/btrbk.timer.tmp installing auxiliary scripts... install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/btrbk/scripts" install -p -m 755 ssh_filter_btrbk.sh contrib/cron/btrbk-mail contrib/cron/btrbk-verify contrib/migration/raw_suffix2sidecar contrib/crypt/kdf_pbkdf2.py contrib/tools/btrbk_restore_raw.py "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/btrbk/scripts" generating manpages... make[1]: Entering directory '/usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1/doc' SOURCE_DATE_EPOCH=1645833600 asciidoctor -d manpage -b manpage -o btrbk.1 btrbk.1.asciidoc SOURCE_DATE_EPOCH=1645833600 asciidoctor -d manpage -b manpage -o lsbtr.1 lsbtr.1.asciidoc SOURCE_DATE_EPOCH=1645833600 asciidoctor -d manpage -b manpage -o ssh_filter_btrbk.1 ssh_filter_btrbk.1.asciidoc SOURCE_DATE_EPOCH=1645833600 asciidoctor -d manpage -b manpage -o btrbk.conf.5 btrbk.conf.5.asciidoc make[1]: Leaving directory '/usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1/doc' installing man pages... make[1]: Entering directory '/usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1/doc' install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/man/man1" install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/man/man5" install -p -m 644 btrbk.1 lsbtr.1 ssh_filter_btrbk.1 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/man/man1" install -p -m 644 btrbk.conf.5 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/man/man5" make[1]: Leaving directory '/usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1/doc' installing documentation... install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/doc/btrbk" install -p -m 644 ChangeLog README.md "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/doc/btrbk" make[1]: Entering directory '/usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1/doc' install -d -m 755 "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/doc/btrbk" install -p -m 644 FAQ.md upgrade_to_v0.23.0.md "/usr/src/slapt-src-i486/system/btrbk/package-btrbk/usr/share/doc/btrbk" make[1]: Leaving directory '/usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1/doc' Slackware package maker, version 3.14159265. Searching for symbolic links: usr/bin/lsbtr btrbk Making symbolic link creation script: ( cd usr/bin ; rm -rf lsbtr ) ( cd usr/bin ; ln -sf btrbk lsbtr ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/bin/lsbtr' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1-noarch-1salix15.0.txz ./ etc/ etc/btrbk/ etc/btrbk/btrbk.conf.example install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/btrbk usr/doc/ usr/doc/btrbk-0.32.1/ usr/doc/btrbk-0.32.1/ChangeLog usr/doc/btrbk-0.32.1/FAQ.md usr/doc/btrbk-0.32.1/README.md usr/doc/btrbk-0.32.1/btrbk.SlackBuild usr/doc/btrbk-0.32.1/upgrade_to_v0.23.0.md usr/man/ usr/man/man1/ usr/man/man1/btrbk.1.gz usr/man/man1/lsbtr.1.gz usr/man/man1/ssh_filter_btrbk.1.gz usr/man/man5/ usr/man/man5/btrbk.conf.5.gz Slackware package /usr/src/slapt-src-i486/system/btrbk/btrbk-0.32.1-noarch-1salix15.0.txz created. Installing package btrbk-0.32.1-noarch-1salix15.0... | btrbk (backup tool for btrfs subvolumes) | | btrbk is a backup tool for btrfs subvolumes, taking advantage of btrfs | specific capabilities to create atomic snapshots and transfer them | incrementally to your backup locations. | | The source and target locations are specified in a config file, which | allows to easily configure simple scenarios like "laptop with locally | attached backup disks", as well as more complex ones, e.g. "server | receiving backups from several hosts via ssh, with different retention | policy". | |