>I would like to make incremental backups of a directory called /backup of >a Linux box and ignore all the other directories. ...
The simplest method is via command line: dsmc i -subdir=yes '/backup/*' Alternately, add to your options file: VIRTUALMountpoint /backup if it's acceptable to treat the directory as a Domain and filespace. Richard Sims
