ADSM-L

Re: [ADSM-L] Backup only one directory

2017-02-04 13:07:12
Subject: Re: [ADSM-L] Backup only one directory
From: Harry Redl <harry_redl AT YAHOO DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Sat, 4 Feb 2017 19:05:53 +0100
Hello,

can be done sharing this via CIFS and backing it up as a
\\server\myshare (on the very same machine) - dirty but working

dsm.opt contains DOMAIN \\server\myshare

Kind of workaround for the option "virtualmountpoint" present in UNIX
clients but unfortunately not in Windows ....

Not tried, but having the domain as "\\server\c$\Program Files......"
should work right away

Harry


On 3.2.2017 11:30, Marco Batazzi wrote:
Hello,
I want to do a backuo of only one directory of one filesystem, in my dsm.opt I 
put:
DOMAIN C:
Exclude "*:\...\*"
Exclude "*:\*"
INCLUDE "C:\Program Files\Apache Software Foundation\Tomcat 7.0\...\*"

The problem here is that only my interested files will be backed up but all 
others filesystem folder will be backed up too.

How can I workaround it?