Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
adabd568
Commit
adabd568
authored
Oct 26, 2011
by
Antoine Catton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use --force on duplicity to restore backup
parent
c6ab5223
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/recipe/duplicity.py
slapos/recipe/duplicity.py
+2
-2
No files found.
slapos/recipe/duplicity.py
View file @
adabd568
...
@@ -37,8 +37,8 @@ class Recipe(GenericBaseRecipe):
...
@@ -37,8 +37,8 @@ class Recipe(GenericBaseRecipe):
options
=
[
'--no-encryption'
,
'--archive-dir'
,
self
.
options
[
'cache'
]]
options
=
[
'--no-encryption'
,
'--archive-dir'
,
self
.
options
[
'cache'
]]
if
self
.
optionIsTrue
(
'recover'
,
False
):
if
self
.
optionIsTrue
(
'recover'
,
False
):
# duplicity restore [options] remote backup
options
.
append
(
'--force'
)
cmd
.
append
(
'restore'
)
# duplicity [options] remote backup
cmd
.
extend
(
options
)
cmd
.
extend
(
options
)
cmd
.
extend
([
remote_url
,
backup_directory
])
cmd
.
extend
([
remote_url
,
backup_directory
])
else
:
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment