Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/en/main/director-resource-fileset-definitions.tex')
-rw-r--r--manuals/en/main/director-resource-fileset-definitions.tex43
1 files changed, 0 insertions, 43 deletions
diff --git a/manuals/en/main/director-resource-fileset-definitions.tex b/manuals/en/main/director-resource-fileset-definitions.tex
deleted file mode 100644
index 62694e1..0000000
--- a/manuals/en/main/director-resource-fileset-definitions.tex
+++ /dev/null
@@ -1,43 +0,0 @@
-\defDirective{Dir}{FileSet}{Description}{}{}{%
-Information only.
-}
-
-\defDirective{Dir}{FileSet}{Enable VSS}{}{}{%
-\index[dir]{Windows!Enable VSS}%
-If this directive is set to \parameter{yes} the File daemon will be notified
-that the user wants to use a Volume Shadow Copy Service (VSS) backup
-for this job. This directive is effective only on the Windows File Daemon.
-It permits a consistent copy
-of open files to be made for cooperating writer applications, and for
-applications that are not VSS away, Bareos can at least copy open files.
-The Volume Shadow Copy will only be done on Windows drives where the
-drive (e.g. C:, D:, ...) is explicitly mentioned in a \configdirective{File}
-directive.
-For more information, please see the
-\ilink{Windows}{VSS} chapter of this manual.
-}
-
-\defDirective{Dir}{FileSet}{Exclude}{}{}{%
-Describe the files, that should get excluded from a backup, see section about the \nameref{fileset-exclude}.
-}
-
-\defDirective{Dir}{FileSet}{Ignore File Set Changes}{}{}{%
-Normally, if you modify the FileSet Include or Exclude lists,
-the next backup will be forced to a Full so that Bareos can
-guarantee that any additions or deletions are properly saved.
-
-We strongly recommend against setting this directive to yes,
-since doing so may cause you to have an incomplete set of backups.
-
-If this directive is set to \parameter{yes}, any changes you make to the
-FileSet Include or Exclude lists, will not force a Full during
-subsequent backups.
-}
-
-\defDirective{Dir}{FileSet}{Include}{}{}{%
-Describe the files, that should get included to a backup, see section about the \nameref{fileset-include}.
-}
-
-\defDirective{Dir}{FileSet}{Name}{}{}{%
-The name of the FileSet resource.
-}