Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
libre.sh
compose.libre.sh
Merge requests
!186
WIP: Resolve "Restore from legacy backup"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
WIP: Resolve "Restore from legacy backup"
182-restore-from-legacy-backup
into
master
Overview
0
Commits
27
Pipelines
0
Changes
2
Open
Michel Memeteau
requested to merge
182-restore-from-legacy-backup
into
master
5 years ago
Overview
0
Commits
27
Pipelines
0
Changes
1
Expand
Closes
#182
👍
0
👎
0
Merge request reports
Viewing commit
88537955
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
88537955
Backup : ajout archivage du repertoire de configuration
· 88537955
Benjamin
authored
5 years ago
utils/backup_app.sh
+
1
−
1
Options
@@ -63,7 +63,7 @@ function set_app_directories ()
piwigo
)
#-- i=photos/_data/i ; upload=photos/upload
APP_DIR
=
"/var/www/photos"
;
APP_DIRS
=(
"_data/i"
"upload"
)
;
APP_DIRS
=(
"_data/i"
"upload"
"local/config"
)
;
;;
prestashop
)
APP_DIR
=
"/var/www/html"
;
Loading