View Issue Details

IDProjectCategoryView StatusLast Update
0004014SymmetricDSBugpublic2019-06-20 18:24
Reporterrwfuller Assigned To 
Prioritynormal 
Status newResolutionopen 
Product Version3.10.2 
Summary0004014: File sync does not reverse initial load subdirectories if file.sync.fast.scan=true
DescriptionGiven the following file structure on the client and with SYM_FILE_TRIGGER.RECURSE = 1

baseFolder
│ file1.txt

├───dir1
│ dir1file1.txt
│ dir1file2.txt

├───dir2
│ dir2file1.txt
│ dir2file2.txt

└───dir3
│ dir3file1.txt
│ dir3file2.txt

With file.sync.fast.scan=true
     file1.txt is synched but directories are not for reverse initial load

With file.sync.fast.scan=false
    All files and directories are synched for reverse initial load
Tagsfile sync

Activities

rwfuller

2019-06-18 19:56

reporter   ~0001534

If a file is later changed or added in the subdirectory then all files are sent in the subdirectory and not just the one modified or added.

rwfuller

2019-06-20 18:24

reporter   ~0001538

This was with file.sync.use.crc=false. Using the default (true), the initial load now works.

Issue History

Date Modified Username Field Change
2019-06-18 19:49 rwfuller New Issue
2019-06-18 19:52 elong Tag Attached: file sync
2019-06-18 19:56 rwfuller Note Added: 0001534
2019-06-20 18:24 rwfuller Note Added: 0001538