Opened 6 years ago
Closed 6 years ago
#1076 closed defect (fixed)
The Level 3 export plug-in should generate rsync script with -L option
Reported by: | Nicklas Nordborg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Relax v1.4 |
Component: | net.sf.basedb.relax | Keywords: | |
Cc: |
Description
The current script only has -l
option (implicit via -a
) which means that symbolic links are copied as links. When the released files are copied to the actual level 3 server the links may be broken due to non-existing targets. Using -L
option will rsync the actual file data.
Note:
See TracTickets
for help on using tickets.
(In [5087]) Fixes #1076: The Level 3 export plug-in should generate rsync script with -L option