hop icon indicating copy to clipboard operation
hop copied to clipboard

Add task to 'rsync' folders, mirror without symlinks

Open adam-singer opened this issue 11 years ago • 2 comments

dir1 -> dir2

  1. by default, fails if there is anything already there
  2. by default, does not copy sym links, etc

Task signature Task copyDirectory(String source, String destination)

adam-singer avatar Apr 12 '13 22:04 adam-singer

@kevmoo has any work been done on this? Does hop or bot have simple file copy that I can create a hop task from?

adam-singer avatar Jul 16 '13 05:07 adam-singer

I've started cranking on it...but very slowly

Perhaps too slowly. I'm trying to do it "right" and beautifully generic.

It lives under bot_io/entity_populator

Haven't got to the rsync level yet...

kevmoo avatar Jul 17 '13 16:07 kevmoo