#!/bin/bash
set -e

CONFIG=/etc/rsnapshot.conf

/usr/bin/rsnapshot -c $CONFIG monthly

exit
