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
!64
update docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
update docs
couchdb-dump-security
into
master
Overview
0
Commits
2
Pipelines
0
Changes
4
Merged
Hahn Axel (hahn)
requested to merge
couchdb-dump-security
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
4
0
0
Merge request reports
Compare
master
version 1
54fd9c48
3 years ago
master (base)
and
latest version
latest version
2a43a4e0
2 commits,
3 years ago
version 1
54fd9c48
1 commit,
3 years ago
4 files
+
160
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
docs/40_Usage/50_Restore_files.md
+
37
−
1
View file @ 2a43a4e0
Edit in single-file editor
Open in Web IDE
Show full file
TODO
# Restore files from repository
To start an interactive tool:
To start an interactive tool:
@@ -7,3 +7,39 @@ To start an interactive tool:
@@ -7,3 +7,39 @@ To start an interactive tool:
or
or
`./restore.sh [backupped_folder]`
`./restore.sh [backupped_folder]`
## Mount Repository and copy
The most easy way is using Restic and have
*
nix system with installes fuse package.
Then you are able to mount the repository.
Start the restore.sh with a backupped directory:
```
txt
/opt/imlbackup/client/restore.sh /var/www
```
In the menu press
`m`
+
`Return`
to mount.

In a 2nd terminal session you can browse throug repository data and timestamps
and copy whatever you need.
```
txt
ls -ltr /mnt/restic-restore/snapshots/ | tail -10
dr-xr-xr-x. 2 root root 0 Apr 12 23:12 2022-04-12T23:12:08+02:00
dr-xr-xr-x. 2 root root 0 Apr 13 23:08 2022-04-13T23:08:54+02:00
dr-xr-xr-x. 2 root root 0 Apr 14 23:11 2022-04-14T23:11:42+02:00
dr-xr-xr-x. 2 root root 0 Apr 15 23:09 2022-04-15T23:09:01+02:00
dr-xr-xr-x. 2 root root 0 Apr 16 23:07 2022-04-16T23:07:01+02:00
dr-xr-xr-x. 2 root root 0 Apr 17 23:10 2022-04-17T23:10:53+02:00
dr-xr-xr-x. 2 root root 0 Apr 18 23:09 2022-04-18T23:09:31+02:00
dr-xr-xr-x. 2 root root 0 Apr 19 23:08 2022-04-19T23:08:21+02:00
lrwxrwxrwx. 1 root root 0 Apr 20 23:11 latest -> 2022-04-20T23:11:35+02:00
dr-xr-xr-x. 2 root root 0 Apr 20 23:11 2022-04-20T23:11:35+02:00
```
TO BE CONTINUED
Loading