Transfer files to and from your storage zones with bunny.net in a single cli command 🐰
npm install bunny-transfer
```
npx --yes bunny-transfer@latest sync
npx --yes bunny-transfer@latest move
npx --yes bunny-transfer@latest empty
npx --yes bunny-transfer@latest purge
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.
Please read the docs for usage and examples.