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
!101
Desktop notification
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Desktop notification
desktop-notify
into
master
Overview
0
Commits
11
Pipelines
0
Changes
15
Merged
Hahn Axel (hahn)
requested to merge
desktop-notify
into
master
2 years ago
Overview
0
Commits
11
Pipelines
0
Changes
15
Expand
0
0
Merge request reports
Compare
master
version 2
ed850387
2 years ago
version 1
b66e8733
2 years ago
master (base)
and
latest version
latest version
998e7e12
11 commits,
2 years ago
version 2
ed850387
10 commits,
2 years ago
version 1
b66e8733
8 commits,
2 years ago
15 files
+
132
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
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