modem7-docker-borgmatic/base-fullbuild/entry.sh

12 wiersze
262 B
Bash

#!/bin/sh
# Import your cron file
/usr/bin/crontab /etc/borgmatic.d/crontab.txt
#Variables
borgver=$(borg --version)
borgmaticver=$(borgmatic --version)
#Software versions
echo borgmatic $borgmaticver
echo $borgver
# Start cron
/usr/sbin/crond -f -L /dev/stdout