QuickstartΒΆ
Install the program:
# layman -L && layman -a lmiphayKeyword the program, e.g.:
app-oam/bun ~amd64
Add app-oam as a category (if it is not already):
# echo app-oam >>/etc/portage/categoriesThen:
# emerge app-oam/bunReview the default settings, make any local changes:
# vi /etc/bun/bun.yamlSee what operations a default backup would do:
# bun pretendAnd then kick off a default backup:
# bun backupWatch the progress of the backup:
# bun watchAt some later point verify the checksums of a specified backup:
# bun verify --timestamp=20171915-154431Restore a specific backup to a specified location:
# bun restore --timestamp=20171915-154431 --location=/var/tmp