master
sync
static sync(origin, destination, opts = {}) { return stat(origin).then((stats) => { let args = ['-az']; let include = [], exclude = []; let DIR_SEP = '';