Here is a template of our bacula-dir.conf:

## <host> -START-

# Job
Job {
        JobDefs = "Defaults"
        Name = "<host>-fd"
        Client = "<host>-fd"
        FileSet = "<host>-fd"
        Pool = "<host>-fd"
        Schedule = "<host>-fd"
        Priority = 10
        Maximum Concurrent Jobs = 200
        Write Bootstrap = "/var/lib/bacula/<host>-fd.bsr"
}

# Client
Client {
        Name = "<host>-fd"
        Address = <ip>
        FDPort = 9102
        Catalog = <catalog_name>
        Password = "evil the evil knivel password"
        File Retention = 15 days
        Job Retention = 15 days
        AutoPrune = yes
        Maximum Concurrent Jobs = 200
}

# FileSet
FileSet {
        Name = "<host>-fd"
        Include {
                Options {
                        signature = MD5
                        compression = GZIP
                        sparse = yes
                }
                File = /
                File = /dev
        }
        Exclude {
                File = /proc
                File = /tmp
                File = /lib/init/rw
                File = /sys
                File = .journal
                File = .autofsck
                File = /soft
        }
}

# Pool
Pool {
        Name = "<host>-fd"
        Pool Type = Backup
        Maximum Volume Bytes = 2168709120
        AutoPrune = yes
        Volume Retention = 15 days
        Recycle = yes
        Label Format = "<host>_File-"
}

# Schedule
Schedule {
  Name = "<host>-fd"
  Run = Incremental mon-sat at time
  Run = Full sun at time
}

## <host> -END-



--
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
        patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to