Re: Copy a tape with a single drive...
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]> |
> So, a 'bacula tape copy machine' will have to, theoretically: > + for every job in tape: > - copy bootstrap file from director for that job > - dump that jobs in tape to disk volume > - dump disk volume to 'copy tape' > - purge and truncate disk volume > - repeat > ...seems pretty complex and error-prone... Still here... committing the fix for bcopy Eric Bollengier (https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/issues/2745) write: >> The BSR file can be generated by the director after a job or you. If you copy a full volume, you can create the file with one volume. so, i can use a command (bscan?) to scan a media, build a BSR file and then use it to copy ALL jobs within the media? It is not clear to me... --