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
b778cecc
Commit
b778cecc
authored
Nov 09, 2016
by
Anders Blomdell
Browse files
Added -dump to star command to support socket files.
parent
c6051d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
primary.py
View file @
b778cecc
...
...
@@ -106,7 +106,7 @@ class Server:
self
.
log
.
DEBUG
(
'START run_star'
,
self
.
config
.
primary
.
mount
.
path
,
self
.
path
)
cmd
=
[
'/bin/star'
,
'-c'
,
'-acl'
,
'-Hexustar'
,
'-list=-'
,
cmd
=
[
'/bin/star'
,
'-c'
,
'-acl'
,
'-Hexustar'
,
'-dump'
,
'-list=-'
,
'-no-statistics'
]
cwd
=
os
.
path
.
join
(
self
.
config
.
primary
.
mount
.
path
,
self
.
path
)
stdin
=
star_socket
.
makefile
(
'rb'
)
...
...
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