Skip to content

Transfer files to and from your storage zones with bunny.net in a single cli command 🐰

License

Notifications You must be signed in to change notification settings

jlarmstrongiv/bunny-transfer

Repository files navigation

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.

About

Transfer files to and from your storage zones with bunny.net in a single cli command 🐰

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published