mcflis / ansible-borg-backup-jail-setup

DEPRECATED, use https://github.com/mcflis/ansible-freebsd-jail-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-borg-backup-jail-setup

A repo for setting up a TrueNAS jail for running borg backup as client.

The scripts and playbooks in this repository are meant to be executed in the freebsd jail.

Install

One-shot command to install curl and (because it is not provided by default) and then run the install.sh script

sh -c "env ASSUME_ALWAYS_YES=YES pkg bootstrap && \
       pkg update && \
       pkg install -y curl && \
       curl -Lo- https://raw.githubusercontent.com/mcflis/ansible-borg-backup-jail-setup/feature/initial-iteration/install.sh | sh"

Resources:

About

DEPRECATED, use https://github.com/mcflis/ansible-freebsd-jail-setup

License:MIT License


Languages

Language:Shell 100.0%