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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!101
Desktop notification
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Desktop notification
desktop-notify
into
master
Overview
0
Commits
11
Pipelines
0
Changes
4
Merged
Desktop notification
Hahn Axel (hahn)
requested to merge
desktop-notify
into
master
Apr 12, 2023
Overview
0
Commits
11
Pipelines
0
Changes
4
0
0
Merge request reports
Viewing commit
a6465e40
Prev
Next
Show latest version
4 files
+
33
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
a6465e40
update docs
· a6465e40
Hahn Axel (hahn)
authored
Mar 20, 2023
docs/30_Configuration/50_File_dirs.job.md
+
15
−
0
View file @ a6465e40
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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