#!/bin/bash -eux
# selective $HOME backer-upper
# cron-able
# configurable
# defaults:
    # doesn't backup dot-files
    # backs up non-dot-files
# logs each attempted backup
# appends to archive in same day
# takes arguments of files and directories that are exceptions to policy

for exception_target in $
