title bup
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  bup - backup files using simple YYYY-MM-DD naming scheme
SYNOPSIS
  bup [-udp] <infile1> [<infile2> ...] [<outdir>]
OPTIONS
  -u usage     display help message
  -d debug     be verbose and do dry run only; do not actually copy file
  -p pwd       for all files, backup each file to PWD. Ignored if <outdir> is specified
  infile       File to backup
DESCRIPTION
  If the last object passed is a directory, it will be used to store each bupfile. Otherwise, the script will bup each file to its own location.
AUTHOR
  Ben Stack <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
BUGS
  This was my first attempt at version control. I now mostly use it for archiving historical snapshots of documents.
