{# Other global flags}
$remoteshell = 'ssh';   {# command for remote shell (rsh/ssh/ssh2)}
$remoteuser = '';       {# secondary user name for remote shells (not set) }
$label = 'true';        {# store identifying label in archive }
$verbose     = 'false';  {# echo each file? (for afio/tar/cpio/zip)}
$sparse      = 'true';  {# handle sparse files (for afio/tar/cpio)}
$indexes     = 'true';  {# false to turn off all table-of-contents support}
$atime_preserve = 'true'; {# preserve access time (if possible) during backup }
$staticfiles = 'false'; {# Use non-dated filename if backing up to file }
