On Thu, Nov 8, 2018 at 1:56 PM Cuttler, Brian R (HEALTH) <
[email protected]> wrote:
>
>
> Your syntax
>
>
>
> fileserver "/netdrives/CAMPUS/af" "/netdrives/CAMPUS" {
> comp-tar
> include "./[a-f]*"
> estimate server
> }
>
>
>
> my syntax
>
>
>
> finsen /export/home-A /export/home {
>
> user-tar2
>
> include "./[a]*"
>
> }
>
>
>
> finsen /export/home-AZ /export/home {
>
> user-tar2
>
> include "./[A-Z]*"
>
> }
>
>
>
Well, this fixes my problem, though why I do not know.
fileserver CAMPUS_a-f /netdrives/CAMPUS {
comp-tar
exclude file "./[g-z]*"
estimate server
} 1
It seems a bit of work compared to the include directive. I tried "include
file" to no avail.
I'll see how the backup runs tonight, but amcheck likes it.
Kind regards,
Chris