UNPKG

makedrive

Version:
17 lines (15 loc) 472 B
/* index.js * Implement rsync to sync between two Filer filesystems * Portions used from Node.js Anchor module * Copyright(c) 2011 Mihai Tomescu <matomesc@gmail.com> * Copyright(c) 2011 Tolga Tezel <tolgatezel11@gmail.com> * MIT Licensed * https://github.com/ttezel/anchor */ module.exports = { sourceList: require('./source-list'), checksums: require('./checksums'), diff: require('./diff'), patch: require('./patch'), utils: require('./rsync-utils') };