Ticket #414 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

file directories won't be synchronized.

Reported by: jerryyu Assigned to: abauer
Priority: high Milestone: 0.30
Component: Plugin: file Version: 0.30
Severity: major Keywords:
Cc:

Description

A group called file2file is created. It contains two members, file-sync and file-sync.
For the 1st member,the path $HOME/tmp1 is set. It includes some files and directories.
For the seconde member, the path $HOME/tmp2 is set. It's null.
Type msynctool --sync file2file in terminal.
Expect results: all of the files and directories are copied from path 1 to path 2.
Actual results: only the files are synchronized.

Change History

01/31/07 09:11:03 changed by pmarat

have you set up the recursive option?

<config> 
  <path>/home/joeuser/sync2</path> 
  </recursive>TRUE</recursive>
</config>
  • path directory path for file-sync
  • recursive should care of subdirectories (TRUE or FALSE)

02/02/07 04:34:03 changed by jerryyu

There's no recursive field in file-sync.conf for devel-branch version.
And even if I added the recursive option and set it to true, it didn't work yet.
Here's the configuration:

<config>  
  <directory>
    <path>$HOME/tmp</path>
    <objtype>data</objtype>
    <recursive>TRUE</recursive>
  </directory>
</config>

05/19/07 14:07:29 changed by dgollub

  • status changed from new to closed.
  • resolution set to fixed.

Only parsing for <recursive> config node was missing. Commited r2007. Please check carefully with data and especially other object types if recursive mode is working.