On Monday 26 April 2004 06:31, Magalie Siaud wrote: > I wish to include only specific directories in my backups. Unfortunately, > the DOMAIN option do not allow paths, only filesystems... > So, I used the Object line in the schedule. > I tried: > F:\lotus => result nothing backuped under lotus!
In this case, only the directory object is backed up. A '\' is needed at the end. I use the following: objects="F:\lotus\*" options="-subdir=yes" AFAIK, "-subdir=yes" works for Windows, too. Dmitri
