hop
hop copied to clipboard
Add task to 'rsync' folders, mirror without symlinks
dir1 -> dir2
- by default, fails if there is anything already there
- by default, does not copy sym links, etc
Task signature Task copyDirectory(String source, String destination)
@kevmoo has any work been done on this? Does hop or bot have simple file copy that I can create a hop task from?
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...