setup-cockpit/rsync_backup.sh

6 lines
279 B
Bash
Executable file

#!/bin/sh
# Backup script that uses rsync, taken from https://wiki.archlinux.org/index.php/Rsync#As_a_backup_utility
# This script should be run daily with cron or a systemd timer.
#rsync -a --delete --quiet --exclude="$RSYNC_EXCLUDES" "$RSYNC_BACKUP_SRC" "$RSYNC_BACKUP_DEST"