#!/bin/bash

rsync -e "ssh -i /root/.ssh/backup.id_rsa" -ax --stats --delete / backup:/backups/$HOSTNAME >/backup.txt

