# erbu test config file with no encryption info # Any arguments to be used with rsync other than --filter # (which is handled below by rsync.filters) # These are standard rsync switches, see rsync documentation # And don't forget to remove --dry-run at some point rsync.args=--archive --verbose --delete --dry-run # Root dir of the files for this backup set rsync.srcDir=/ # Root dir for the backup destination # If you're using encfs, this should be at or below the # encfs.mountPoint above. rsync.destPath=/media/erbu-dev/test1/foo # When the rsync command line is constructed, this will be appended # to the end. Useful to direct all error output from rsync to the # log without you haveing to 2>&1 somewhere else. But this is optional. rsync.output=2>&1 # Filter expressions for include/exclude of files under the srcDir # This is a multiline config that can consist of many lines. # See rsync documentation for help with filter syntax. rsync.filters= + /var + /var/log + /var/log/** - *