Re: Strategies for backup of millions of files...
Marco Gaiarin <[email protected]>
| Newsgroups | gmane.comp.bacula.user |
|---|---|
| Organization | Il gaio usa sempre TIN per le liste, fallo anche tu!!! |
| Message-ID | <[email protected]> |
Mandi! Gary R. Schmidt
In chel di` si favelave...
> Because it does exactly what it says it will do.
> If you backup /a/b/c/d, and then restore it with "strippath=1" it will
> restore to /b/c/d.
> If you have some pre-existing /b/c/d it's now been over-written, or
> overlaid, if you prefer..
...i don't think is about restoring, but backing up; indeed the example could
be instead: if you have a fileset with an
Include {
Options {
strippath = 1
}
File = /a/b/c/d
}
Include {
Options {
}
File = /b/c/d
}
you really are doing a total mess...
Anyway, i think i've understood. Thanks!
--