krmnn / push-increments

This script will synchronize multiple directories/files to a remote location via rsync and mail a nicely formatted log with itemized changes to you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

push-increments

03/2014 by Thomas Karmann thomas@krmnn.de

Description

This script will synchronize multiple directories/files to a remote location via rsync and mail a nicely formatted log with itemized changes to you.

For a simple mail relay configuration, see Make a MacOS send mail over relay via built-in postfix.

Running it

e.g. by crontab (edit via crontab -e), runs every 12 hours:

    0 */12 * * * /path/to/bin/push-increments /path/to/filelist

About

This script will synchronize multiple directories/files to a remote location via rsync and mail a nicely formatted log with itemized changes to you.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%