0.0.5 • Published 4 months ago

bunny-transfer v0.0.5

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
4 months ago

bunny-transfer

NPM Version

Installation

npx --yes bunny-transfer@latest sync <from> <to...>
npx --yes bunny-transfer@latest move <from> <to...>
npx --yes bunny-transfer@latest empty <location...>
npx --yes bunny-transfer@latest purge <pull-zone...>

The difference between the sync and move commands is that:

  • The sync command will sync files to the destination, and delete files in the destination that do not exist in the source.
  • The move command will move files to the destination, and leave existing files in the destination that do not exist in the source.

Documentation

Please read the docs for usage and examples.