.
This commit is contained in:
@ -19,14 +19,14 @@ echo "myID is %MYID%"
|
||||
%BINARY% cli config devices %MYID% name set p%MYHOST%.%LOGNAME%
|
||||
|
||||
%BINARY% cli config defaults folder fswatcher-enabled set true
|
||||
%BINARY% cli config defaults folder rescan-intervals set 19997
|
||||
%BINARY% cli config defaults folder rescan-intervals set 9997
|
||||
%BINARY% cli config options min-home-disk-free unit set GB
|
||||
|
||||
%BINARY% cli config folders list > %TEMP_LIST%
|
||||
|
||||
for /f %%y in (%TEMP_LIST%) do (
|
||||
echo %%y
|
||||
%BINARY% cli config folders %%y rescan-intervals set 19997
|
||||
%BINARY% cli config folders %%y rescan-intervals set 9997
|
||||
%BINARY% cli config folders %%y fswatcher-enabled set true
|
||||
%BINARY% cli config folders %%y min-disk-free unit set GB
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user