docker_images/backups/rsyncvolumes/rsync.template

4 lines
50 B
Plaintext
Raw Normal View History

#!/bin/bash
rsync -av --delete ${SOURCE} ${DEST}