Dockerfile tweak 'fruit:resource' settiing, try to fix #294
This commit is contained in:
parent
5f816df76a
commit
4bfd11ae81
@ -49,13 +49,14 @@ RUN apk --no-cache --no-progress upgrade && \
|
|||||||
echo ' server min protocol = SMB2_10' >>$file && \
|
echo ' server min protocol = SMB2_10' >>$file && \
|
||||||
echo '' >>$file && \
|
echo '' >>$file && \
|
||||||
echo ' # Time Machine' >>$file && \
|
echo ' # Time Machine' >>$file && \
|
||||||
|
echo ' fruit:delete_empty_adfiles = yes' >>$file && \
|
||||||
echo ' fruit:metadata = stream' >>$file && \
|
echo ' fruit:metadata = stream' >>$file && \
|
||||||
echo ' fruit:model = MacSamba' >>$file && \
|
echo ' fruit:model = MacSamba' >>$file && \
|
||||||
echo ' fruit:posix_rename = yes' >>$file && \
|
echo ' fruit:posix_rename = yes' >>$file && \
|
||||||
|
echo ' fruit:resource = file' >>$file && \
|
||||||
|
echo ' fruit:time machine = yes' >>$file && \
|
||||||
echo ' fruit:veto_appledouble = no' >>$file && \
|
echo ' fruit:veto_appledouble = no' >>$file && \
|
||||||
echo ' fruit:wipe_intentionally_left_blank_rfork = yes' >>$file && \
|
echo ' fruit:wipe_intentionally_left_blank_rfork = yes' >>$file && \
|
||||||
echo ' fruit:delete_empty_adfiles = yes' >>$file && \
|
|
||||||
echo ' fruit:time machine = yes' >>$file && \
|
|
||||||
echo '' >>$file && \
|
echo '' >>$file && \
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|
||||||
|
@ -50,13 +50,14 @@ RUN apk --no-cache --no-progress upgrade && \
|
|||||||
echo ' server min protocol = SMB2_10' >>$file && \
|
echo ' server min protocol = SMB2_10' >>$file && \
|
||||||
echo '' >>$file && \
|
echo '' >>$file && \
|
||||||
echo ' # Time Machine' >>$file && \
|
echo ' # Time Machine' >>$file && \
|
||||||
|
echo ' fruit:delete_empty_adfiles = yes' >>$file && \
|
||||||
echo ' fruit:metadata = stream' >>$file && \
|
echo ' fruit:metadata = stream' >>$file && \
|
||||||
echo ' fruit:model = MacSamba' >>$file && \
|
echo ' fruit:model = MacSamba' >>$file && \
|
||||||
echo ' fruit:posix_rename = yes' >>$file && \
|
echo ' fruit:posix_rename = yes' >>$file && \
|
||||||
|
echo ' fruit:resource = file' >>$file && \
|
||||||
|
echo ' fruit:time machine = yes' >>$file && \
|
||||||
echo ' fruit:veto_appledouble = no' >>$file && \
|
echo ' fruit:veto_appledouble = no' >>$file && \
|
||||||
echo ' fruit:wipe_intentionally_left_blank_rfork = yes' >>$file && \
|
echo ' fruit:wipe_intentionally_left_blank_rfork = yes' >>$file && \
|
||||||
echo ' fruit:delete_empty_adfiles = yes' >>$file && \
|
|
||||||
echo ' fruit:time machine = yes' >>$file && \
|
|
||||||
echo '' >>$file && \
|
echo '' >>$file && \
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|
||||||
|
@ -50,13 +50,14 @@ RUN apk --no-cache --no-progress upgrade && \
|
|||||||
echo ' server min protocol = SMB2_10' >>$file && \
|
echo ' server min protocol = SMB2_10' >>$file && \
|
||||||
echo '' >>$file && \
|
echo '' >>$file && \
|
||||||
echo ' # Time Machine' >>$file && \
|
echo ' # Time Machine' >>$file && \
|
||||||
|
echo ' fruit:delete_empty_adfiles = yes' >>$file && \
|
||||||
echo ' fruit:metadata = stream' >>$file && \
|
echo ' fruit:metadata = stream' >>$file && \
|
||||||
echo ' fruit:model = MacSamba' >>$file && \
|
echo ' fruit:model = MacSamba' >>$file && \
|
||||||
echo ' fruit:posix_rename = yes' >>$file && \
|
echo ' fruit:posix_rename = yes' >>$file && \
|
||||||
|
echo ' fruit:resource = file' >>$file && \
|
||||||
|
echo ' fruit:time machine = yes' >>$file && \
|
||||||
echo ' fruit:veto_appledouble = no' >>$file && \
|
echo ' fruit:veto_appledouble = no' >>$file && \
|
||||||
echo ' fruit:wipe_intentionally_left_blank_rfork = yes' >>$file && \
|
echo ' fruit:wipe_intentionally_left_blank_rfork = yes' >>$file && \
|
||||||
echo ' fruit:delete_empty_adfiles = yes' >>$file && \
|
|
||||||
echo ' fruit:time machine = yes' >>$file && \
|
|
||||||
echo '' >>$file && \
|
echo '' >>$file && \
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user