Wow!! Ill give a try on that!! Thank you so much!!!
Can u explain why I have to use this on my default pool (the one that i use
to file backup)  NextPool = FullBackupsTapePool*

Thanks!!
[]s

2009/10/6 Nicolae Mihalache <ma...@abcpages.com>

> Maybe something like this.
>
>
> JobDefs {
>  Name = CopyDiskToTape
>  Type = Copy
>  Messages = Standard
>  Client = None
>  FileSet = None
>  Selection Type = PoolUncopiedJobs
>  Maximum Concurrent Jobs = 10
>  SpoolData = No
>  Allow Duplicate Jobs = Yes
>  Allow Higher Duplicates = No
>  Cancel Queued Duplicates = No
>  Cancel Running Duplicates = No
>  Priority = 13
>  *Pool = Default*
> }
>
> Pool {
>  Name = Default
>  Pool Type = Backup
>  Recycle = yes                       # Bacula can automatically recycle
> Volumes
>  AutoPrune = yes                     # Prune expired volumes
>  Volume Retention = 2d         # one year
>  Label format = "belga-"
>  Maximum Volume Bytes = 4G
> *  NextPool = FullBackupsTapePool*
> }
>
>
> Pedro Bordin Hoffmann wrote:
> > What I like to do is this.
> >
> > I have a file backup... using the Default pool.
> > Than I need to put this backup (from Default) on the tape. By using
> > the copy job function.
> > How does the Copy Job should look like?
> > Do I have to make changes on my Default pool? In my File Backup?
> >
> >
> > Thanks so much for your help!!
> >
> > 2009/10/6 Nicolae Mihalache <ma...@abcpages.com
> > <mailto:ma...@abcpages.com>>
> >
> >     Pedro Bordin Hoffmann wrote:
> >     > There is no Volumes in the Pool: FullBackupsVirtualPool
> >     > *list media Pool=FullBackupsVirtualPool
> >     > No results to list.
> >     >
> >     > Should I try to list the Default pool ?
> >
> >     Your Copy Job is copying files from this Pool, that's why it doesn't
> >     copy anything.
> >     If you want it instead to copy from the Default Pool you have to use
> >     Pool=Default in the job definition. However I see that the Default
> >     Pool
> >     has no NextPool definition, you have to first to that.
> >
> >     >From your definitions, it seems that you want first to run a
> >     VirtualFull
> >     job and then a copy.
> >
> >
>
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to