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
!94
install doc: add git clone
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
install doc: add git clone
update-docs
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
update-docs
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b7566a48
1 commit,
2 years ago
1 file
+
20
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/20_Installation.md
+
20
−
1
View file @ b7566a48
Edit in single-file editor
Open in Web IDE
Show full file
@@ -7,7 +7,26 @@
@@ -7,7 +7,26 @@
-
manual test run
-
manual test run
-
create a cronjob
-
create a cronjob
## Uncompress client
## Installation with git clone
The most easy way is to use git pull.
If you don't have / want to use git see the next chapter "Manual installation: uncompress archive".
As user
**root**
:
```
shell
# Create the directory level above
mdir
-p
/opt/imlbackup/
cd
/opt/imlbackup/
# Get the software into subdir "client"
git clone https://git-repo.iml.unibe.ch/iml-open-source/iml-backup.git client
# to set working directory to /opt/imlbackup/client:
cd
client
```
## Manual installation: uncompress archive
To put all files into a directory i.e.
To put all files into a directory i.e.
Loading