mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-08-25 14:51:14 +00:00
Build 13.0.3
This commit is contained in:
32
docker/etc/samples/clientdefs/ubuntu.conf.sample
Executable file
32
docker/etc/samples/clientdefs/ubuntu.conf.sample
Executable file
@@ -0,0 +1,32 @@
|
||||
Job {
|
||||
Name = "BackupUbuntu"
|
||||
JobDefs = "DefaultJobToCloudAWS"
|
||||
FileSet = "ubuntu-fs"
|
||||
Client = "ubuntu-fd"
|
||||
}
|
||||
|
||||
Client {
|
||||
Name = ubuntu-fd
|
||||
Address = 128.199.45.192
|
||||
FDPort = 9102
|
||||
Catalog = MyCatalog
|
||||
Password = "lE-6z_tYeiRRnNLt_5L4w8KplM9Qb43z7"
|
||||
File Retention = 60 days
|
||||
Job Retention = 6 months
|
||||
AutoPrune = yes
|
||||
}
|
||||
|
||||
FileSet {
|
||||
Name = "ubuntu-fs"
|
||||
Include {
|
||||
Options {
|
||||
Compression=GZIP
|
||||
signature=MD5
|
||||
}
|
||||
File = /home
|
||||
File = /var/lib/mysql
|
||||
File = /root
|
||||
File = /share
|
||||
File = /etc
|
||||
}
|
||||
}
|
38
docker/etc/samples/clientdefs/w2k16.conf.sample
Executable file
38
docker/etc/samples/clientdefs/w2k16.conf.sample
Executable file
@@ -0,0 +1,38 @@
|
||||
Job {
|
||||
Name = "BackupW2k16ToAWS"
|
||||
JobDefs = "DefaultJobToCloudAWS"
|
||||
Client = "w2k16-fd"
|
||||
Fileset = "w2k16-fs"
|
||||
}
|
||||
|
||||
FileSet {
|
||||
Name = "w2k16-fs"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression = GZIP
|
||||
IgnoreCase = yes
|
||||
}
|
||||
File = "C:/documents and settings"
|
||||
File = "C:/Users"
|
||||
File = "C:/share"
|
||||
}
|
||||
Exclude {
|
||||
File = "*.mp3"
|
||||
File = "*.mp4"
|
||||
File = "*.dll"
|
||||
File = "*.exe"
|
||||
File = "*.bin"
|
||||
}
|
||||
}
|
||||
|
||||
Client {
|
||||
Name = w2k16-fd
|
||||
Address = 40.71.101.166
|
||||
FDPort = 9102
|
||||
Catalog = MyCatalog
|
||||
Password = "abc123cde456fgh789"
|
||||
File Retention = 60 days
|
||||
Job Retention = 6 months
|
||||
AutoPrune = yes
|
||||
}
|
Reference in New Issue
Block a user