Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backup_migrate
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
backup_migrate
Merge requests
!25
Issue
#3320760
: Add encryption option to backup schedule
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3320760
: Add encryption option to backup schedule
issue/backup_migrate-3320760:3320760-add-encryption-option
into
5.1.x
Overview
0
Commits
31
Pipelines
0
Changes
5
Open
Tamer Zoubi
requested to merge
issue/backup_migrate-3320760:3320760-add-encryption-option
into
5.1.x
2 years ago
Overview
0
Commits
31
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
5.1.x
version 11
d41cf977
2 years ago
version 10
39015459
2 years ago
version 9
a319e1ab
2 years ago
version 8
a319e1ab
2 years ago
version 7
4ce55ca8
2 years ago
version 6
4ce55ca8
2 years ago
version 5
4ce55ca8
2 years ago
version 4
0f9e57b4
2 years ago
version 3
0f9e57b4
2 years ago
version 2
aa4a3c46
2 years ago
version 1
497a3bb1
2 years ago
5.1.x (HEAD)
and
latest version
latest version
b52c55a4
31 commits,
2 years ago
version 11
d41cf977
30 commits,
2 years ago
version 10
39015459
29 commits,
2 years ago
version 9
a319e1ab
28 commits,
2 years ago
version 8
a319e1ab
39 commits,
2 years ago
version 7
4ce55ca8
8 commits,
2 years ago
version 6
4ce55ca8
19 commits,
2 years ago
version 5
4ce55ca8
8 commits,
2 years ago
version 4
0f9e57b4
8 commits,
2 years ago
version 3
0f9e57b4
15 commits,
2 years ago
version 2
aa4a3c46
14 commits,
2 years ago
version 1
497a3bb1
13 commits,
2 years ago
5 files
+
114
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
config/schema/backup_migrate.schema.yml
+
6
−
0
Options
@@ -37,6 +37,12 @@ backup_migrate.backup_migrate_schedule.*:
keep
:
type
:
integer
label
:
'
Backups
to
keep'
encrypt
:
type
:
boolean
label
:
'
Encrypt'
encrypt_password
:
type
:
string
label
:
'
Encryption
Password'
period
:
type
:
integer
label
:
'
Frequency'
Loading