Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
hash_backup
Commits
eee880a6
Commit
eee880a6
authored
May 23, 2019
by
Anders Blomdell
Browse files
Add missing --xattr flag
parent
7093f948
Changes
1
Hide whitespace changes
Inline
Side-by-side
secondary.py
View file @
eee880a6
...
...
@@ -167,6 +167,7 @@ def do_backup(hash_name, options, socket_path, mount, path):
cmd
=
(
command
.
Command
(
'/usr/bin/hashtoc'
)
.
flag
(
'--%s'
%
hash_name
)
.
flag
(
'--zero-terminated'
)
.
flag
(
'--xattr'
,
options
.
xattr
)
.
option
(
'--max-age'
,
options
.
max_age
)
.
option
(
'--jobs'
,
options
.
jobs
)
.
option
(
'--lookahead'
,
options
.
lookahead
)
...
...
Write
Preview
Supports
Markdown
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