You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,15 +129,15 @@ It is not intended to be used directly by external resources like node definitio
129
129
130
130
#### Client - Class ::bareos::client::client
131
131
132
-
The Client Resource (or FileDaemon) resource defines the name of the Client (as used by the Director) as well as the port on which the Client listens for Director connections.
132
+
The Client Resource (or FileDaemon) resource defines the name of the Client (as used by the Director) as well as the port on which the Client listens for Director connections.
133
133
134
134
#### Director - Define ::bareos::client::director
135
135
136
-
The Director resource defines the name and password of the Directors that are permitted to contact this Client.
136
+
The Director resource defines the name and password of the Directors that are permitted to contact this Client.
137
137
138
138
#### Messages - Define ::bareos::client::messages
139
139
140
-
The Messages resource defines how messages are to be handled and destinations to which they should be sent.
140
+
The Messages resource defines how messages are to be handled and destinations to which they should be sent.
141
141
142
142
### Console
143
143
`Class ::bareos::console`
@@ -156,8 +156,8 @@ If someone has more information, feel free to add this info ;-).
156
156
157
157
#### Director - Define ::bareos::console::director
158
158
159
-
The Director resource defines the attributes of the Director running on the network.
160
-
You may have multiple Director resource specifications in a single Console configuration file.
159
+
The Director resource defines the attributes of the Director running on the network.
160
+
You may have multiple Director resource specifications in a single Console configuration file.
161
161
If you have more than one, you will be prompted to choose one when you start the Console program.
162
162
163
163
```puppet
@@ -179,19 +179,19 @@ It is not intended to be used directly by external resources like node definitio
179
179
180
180
#### Director - Class ::bareos::director::director
181
181
182
-
To define the Director’s name and its access password used for authenticating the Console program.
183
-
Only a single Director resource definition may appear in the Director’s configuration file.
182
+
To define the Director's name and its access password used for authenticating the Console program.
183
+
Only a single Director resource definition may appear in the Director's configuration file.
184
184
185
185
#### Catalog - Define ::bareos::director::catalog
186
186
187
-
To define in what database to keep the list of files and the Volume names where they are backed up.
187
+
To define in what database to keep the list of files and the Volume names where they are backed up.
188
188
Most people only use a single catalog.
189
189
It is possible, however not adviced and not supported to use multiple catalogs.
190
190
191
191
#### Client - Define ::bareos::director::client
192
192
193
-
To define what Client is to be backed up.
194
-
You will generally have multiple Client definitions.
193
+
To define what Client is to be backed up.
194
+
You will generally have multiple Client definitions.
195
195
Each Job will reference only a single client.
196
196
197
197
#### Console - Define ::bareos::director::console
@@ -201,11 +201,11 @@ Both the names and the passwords in these two entries must match much as is the
201
201
202
202
#### Counter - Define ::bareos::director::counter
203
203
204
-
The Counter Resource defines a counter variable that can be accessed by variable expansion used for creating Volume labels with the Label Format Dir Pool directive.
204
+
The Counter Resource defines a counter variable that can be accessed by variable expansion used for creating Volume labels with the Label Format Dir Pool directive.
205
205
206
206
#### FileSet - Define ::bareos::director::fileset
207
207
208
-
To define the set of files to be backed up for each Client.
208
+
To define the set of files to be backed up for each Client.
209
209
You may have any number of FileSets but each Job will reference only one.
210
210
211
211
FileSets do use `Include Exclude Items`, which are represented by hash. Hash values are only allowed to have other hashes, string values or array of string values.
@@ -226,8 +226,8 @@ FileSets do use `Include Exclude Items`, which are represented by hash. Hash val
226
226
```
227
227
228
228
#### Job - Define ::bareos::director::job
229
-
To define the backup/restore Jobs and to tie together the Client, FileSet and Schedule resources to be used for each Job.
230
-
Normally, you will Jobs of different names corresponding to each client (i.e. one Job per client, but a different one with a different name for each client).
229
+
To define the backup/restore Jobs and to tie together the Client, FileSet and Schedule resources to be used for each Job.
230
+
Normally, you will Jobs of different names corresponding to each client (i.e. one Job per client, but a different one with a different name for each client).
231
231
232
232
Jobs does have `Run Script`, which is represented by hash. Hash values are only allowed to have other hashes, string values or array of string values (like the Include Exclude Items in Fileset).
0 commit comments