#!/bin/bash
set -e

CONFIG=/etc/rsnapshot.conf

/usr/bin/rsnapshot -c $CONFIG daily

exit
