On C drive, what things do you want to back up?

It looks like you say "include all of C drive" and then also say "back up
folder matching C:/Program Files*/Hocoma", then say "exclude anything on
C".

I think if this is the case maybe you are using conflicting instructions.

If you only want to back up folder matching C:/Program Files*/Hocoma, maybe
only tell it to back up that folder?

Robert Gerber
402-237-8692
r...@craeon.net

On Thu, Oct 26, 2023, 1:41 PM Marco Gaiarin <g...@lilliput.linux.it> wrote:

>
> Still there's some things in Bacula that i really dont't understand,
> evidently. ;-)
>
>
> I need to backup a windows box; i need to backup entirely the D: drive and
> partially the C: drive. Following documentation and examples, i've wrote:
>
>  FileSet {
>    Name = ArmeoStd
>    Description = "Backup dati Hocoma/Armeo"
>    Enable VSS = yes
>
>    Include {
>      File = "C:/"
>
>      Options {
>        Signature = MD5
>        Ignore Case = yes
>
>        WildDir = "C:/Program Files*/Hocoma"
>      }
>
>      Options {
>        Exclude = yes
>
>        WildDir = "C:/*"
>      }
>    }
>
>    Include {
>      File = "D:/"
>
>      Options {
>        Signature = MD5
>        Ignore Case = yes
>      }
>    }
>  }
>
>
> Backup on D: works as expected, on C: i got:
>
>  cwd is: /
>  $ dir
>  drwxrwx--T   1 root     root           12288  2023-10-23 08:45:20  C:/
>  drwxrwx--T   1 root     root            4096  2023-10-23 08:45:17  D:/
>  cd C:/
>  cwd is: C:/
>  dir:/
>  -rwxrwxrwx   1 root     root            1024  2023-10-18 13:09:20  C:/.rnd
>  -rwxrwx--T   1 root     root      3126231040  2023-10-26 11:41:44
> C:/hiberfil.sys
>  -rwxrwx--T   1 root     root      4168310784  2023-10-26 11:41:44
> C:/pagefile.sys
>
> What i'm doing wrong?!
>
>
> Thanks...
>
> --
>   Sai come fanno i Serbi ad abbattere i caccia americani?
>   Disegnando una funivia sul terreno...
>
>
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to