I am very new in this “backup & restore” tech so pardon my ignorance if it’s a very basic question. I’ve only been using auto-sync pCloud and Dropbox like apps only recently moving to Backblaze B2. Reading up on what client side program to use, I finally decided to start off with Duplicacy. I have a few questions I’m curious about:
- Since i can do client side encryption (
duplicacy init blah b2://blah -e
), how much and what doesDuplicacy
need to download in order to do incremental backup work ? With everything (including metadata) encrypted client side, how doesDuplicacy
know the delta and how much does it need to download in order to find out what to upload ? Asking because B2 charges for downloads so wanted to know this. - Also curious, what does it exactly download to know the above ?
- I run backups with “-v” and “-stats”, it show what+how-much it uploaded but not what/how-much it downloaded. Can this be shown too ?