Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!100
update docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
update docs
update-docs-win
into
master
Overview
0
Commits
1
Pipelines
0
Changes
4
Closed
Hahn Axel (hahn)
requested to merge
update-docs-win
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a6465e40
1 commit,
2 years ago
4 files
+
33
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
docs/30_Configuration/50_File_dirs.job.md
+
15
−
0
Options
@@ -78,6 +78,21 @@ because of a wrong exclude pattern.
`exclude = /tmp/.*`
# Hints for MS Windows #
To define folders to backup you should not use the bash unix like notation with forward slash eg.
`/c/your/path`
.
There seems to be a bug in restic to show snapshots on MS Windows written with /.
https://github.com/restic/restic/issues/2397
Use the backslash - and quote it, eg:
```
txt
include = c:\\backup
include = c:\\inetpub
include = c:\\scripts
include = c:\\Users
```
## TODO: custom single dirs with includes and exludes ##
TODO.
Loading