## Configuration export_env BACKINTIME_VERSION 1.1.20 ## Dependencies apt_install_permanent gettext python3 python3-dbus ## Back In Time cd /opt wget https://github.com/bit-team/backintime/releases/download/v$BACKINTIME_VERSION/backintime-$BACKINTIME_VERSION.tar.gz tar xzf backintime-$BACKINTIME_VERSION.tar.gz cd backintime-$BACKINTIME_VERSION/common ./configure make make install sed -i 's,^ssh-agent,,' /usr/bin/backintime ## Remove installation files if [ $MODE == "minimal" ]; then cd /opt rm -rf backintime-$BACKINTIME_VERSION* fi