TimK - 2006-05-29

Logged In: YES
user_id=1186102

I would prefer to implement this using tokens. 0.8.5 beta
adds support for environment variables and command line
variables, and they are available to source files. This
means you can add files to back up like this:

{cmd:root}\folder\file.ext
{cmd:root}\folder\file2.ext

And then pass in a variable in the command line like this:
snazzybackup.exe "-vroot=c:\documents and settings\you"

Actually in this case you would want the ability to specify
custom tokens right within the program itself. Now there's
an idea.