On 11/2/22 14:13, Marco Gaiarin wrote:
Mandi! Marco Gaiarin
   In chel di` si favelave...

Pool definition:
  Pool {
         Name = VDMTMS1FilePool
         Pool Type = Backup
         Volume Use Duration = 1 week
         Recycle = yes                         # Bacula can automatically 
recycle Volumes
         AutoPrune = yes                       # Prune expired volumes
         Volume Retention = 21 days            # 3 settimane
         NextPool = VDMTMS1FilePool
  }
OK, i've added to 'pool' definition:

        Storage = PPPVE3File

and now i'm on the next error:

  02-Nov 19:06 lnfbacula-dir JobId 1596: Start Virtual Backup JobId 1596, 
Job=VDMTMS1.2022-11-02_19.06.49_02
  02-Nov 19:06 lnfbacula-dir JobId 1596: Warning: This Job is not an Accurate 
backup so is not equivalent to a Full backup.


This warning is because the job definition should have Accurate=yes when using virtual full backups, where a virtual full is made by consolidating a previous full (or virtual full) backup with a string of subsequent incremental backups. If Accurate=no, then deleted and renamed files will not be handled properly. A renamed file may be restored twice, once with each name, etc.


  02-Nov 19:06 lnfbacula-dir JobId 1596: Warning: Insufficient Backups to Keep.


I believe this is because you have a non-zero value for the Backups to Keep directive and there aren't enough backup jobs to both create the virtual full and leave that many jobs out of the consolidation. For example, if you have Backups to Keep = 7 and there have been fewer than 8 incremental jobs since the last full, then the job cannot run. It has to leave the last 7 out of the consolidation, so that doesn't leave any jobs to consolidate.


  02-Nov 19:06 lnfbacula-dir JobId 1596: Error: Bacula lnfbacula-dir 9.4.2 
(04Feb19):
   Build OS:               x86_64-pc-linux-gnu debian 10.5
   JobId:                  1596
   Job:                    VDMTMS1.2022-11-02_19.06.49_02
   Backup Level:           Virtual Full
   Client:                 "vdmtms1-fd" 7.4.4 (202Sep16) 
x86_64-pc-linux-gnu,debian,9.13
   FileSet:                "DebianBackup" 2022-06-21 17:53:53
   Pool:                   "VDMTMS1FilePool" (From Job Pool's NextPool resource)
   Catalog:                "BaculaLNF" (From Client resource)
   Storage:                "PPPVE3File" (From Job Pool's NextPool resource)
   Scheduled time:         02-Nov-2022 19:06:38
   Start time:             02-Nov-2022 19:06:51
   End time:               02-Nov-2022 19:06:51
   Elapsed time:           1 sec
   Priority:               10
   SD Files Written:       0
   SD Bytes Written:       0 (0 B)
   Rate:                   0.0 KB/s
   Volume name(s):
   Volume Session Id:      0
   Volume Session Time:    0
   Last Volume Bytes:      0 (0 B)
   SD Errors:              0
   SD termination status:
   Termination:            *** Backup Error ***

So, two warning, no error, but backup in error.


What i'm missing now?! Thanks.



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to