Bacula-users

Re: [Bacula-users] Copy Jobs.

2009-10-06 12:18:21
Subject: Re: [Bacula-users] Copy Jobs.
From: Nicolae Mihalache <mache AT abcpages DOT com>
To: Pedro Bordin Hoffmann <pedro.hoffmann AT raidbr.com DOT br>
Date: Tue, 06 Oct 2009 18:13:24 +0200
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 <mache AT abcpages DOT com
> <mailto:mache AT abcpages DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>