lib/rbbt/workflow/util/archive.rb in rbbt-util-5.32.0 vs lib/rbbt/workflow/util/archive.rb in rbbt-util-5.32.1
- old
+ new
@@ -1,7 +1,7 @@
class Step
- MAIN_RSYNC_ARGS="-avztAXHP"
+ MAIN_RSYNC_ARGS="-avztAXHP --copy-links"
def self.link_job(path, target_dir, task = nil, workflow = nil)
Path.setup(target_dir)
name = File.basename(path)