Bacula-users

[Bacula-users] Deleting DIFFERENTIAL Jobs from Volumes

2016-05-23 04:30:08
Subject: [Bacula-users] Deleting DIFFERENTIAL Jobs from Volumes
From: Larrybwoy <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 23 May 2016 01:29:15 -0700
The CLIENT config :
--------------------------------
Client {
        Name = server1-fd
        Address = server1.com
        FDPort = 9102
        Catalog = MyCatalog
        Password = "NDdkODYyMDM4NTZmNjYzNjYwZmE5MzIwZ"          # password for 
Remote FileDaemon
        File Retention = 30 days            # 30 days
        Job Retention = 6 months            # six months
        AutoPrune = yes                     # Prune expired Jobs/Files
}

Pool {
  Name = RemoteFile
  Pool Type = Backup
  Label Format = Server1-
  Recycle = yes                        # Bacula can automatically recycle 
Volumes
  AutoPrune = yes                      # Prune expired volumes
  Volume Retention = 7 days            # one year
  Maximum Volume Bytes = 300G          # Limit Volume size to something 
reasonable
  Maximum Volumes = 10                 # Limit number of Volumes in Pool
}


Job {
  Name = "Sever1-DIFF"
  JobDefs = "DifferentialJob"
  Client = Server1-fd
  Pool = RemoteFile
  FileSet="Xtm-Diff"
  Write Bootstrap = "/var/spool/bacula/%c.bsr"
  Accurate = yes
}

FileSet {
  Name = "Xtm-Diff"
  Include {
    Options {
    sparse=yes
    }
    File = /xtm
  }
  Exclude {
  }
}

The Schedule :
-----------------

Schedule {
  Name = "HourlyCycle"
  Run  = Differential hourly at 00:55
}

The JobDef
------------------

JobDefs {
  Name = "DifferentialJob"
  Type = Backup
  Level = Differential
  Client = Server1-fd
  Schedule = "HourlyCycle"
  Storage = File
  Messages = Standard
  Pool = RemoteFile
  Priority = 10
  Write Bootstrap = "/var/spool/bacula/%c.bsr"
  Accurate = yes
}

Laest Finished Jobs
---------------------------------------------------
Terminated Jobs:
 JobId  Level    Files      Bytes   Status   Finished        Name
====================================================================
   290  Diff         28    40.27 M  OK       23-May-16 05:57 Server1-DIFF
   292  Diff         28    40.51 M  OK       23-May-16 06:57 Server1-DIFF
   294  Diff         29    40.70 M  OK       23-May-16 07:57 Server1-DIFF
   296  Diff         29    40.94 M  OK       23-May-16 08:57 Server1-DIFF
   298  Diff         29    41.19 M  OK       23-May-16 09:58 Server1-DIFF

THE FILESYSTEMS
--------------------------
To be backed up >    
/dev/md2              440G   92G  326G  22% /xtm

The actual backups:

-rw-r----- 1 bacula tape 300G May 21 04:06 Server1-0035
-rw-r----- 1 bacula tape 223G May 23 09:58 Server1-0036

(I have substituted the server hostnames with fictional stuff, for security 
reasons)

+----------------------------------------------------------------------
|This was sent by larrybwoy AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users