andreafabrizi / Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.57k stars 1.08k forks source link

Uploading only changed files #413

Open bitcoinmeetups opened 6 years ago

bitcoinmeetups commented 6 years ago

Uploading only changed files

Hello Andrea,

I would like to know if it's possible to write a script which scans directories recursively and uploads to Dropbox only if a file has been changed.

If you already have a script like that or a link to a script like that, please let me know.

BM

mhtrinh commented 6 years ago

It is currenlty the default behavior: before uploading, it will check for file difference between the local and the cloud one. If there is no difference, the file will not be uploaded. If there is a difference, meaning the local file changed, then the local file is uploaded.

Ruugy commented 5 years ago

Is there a parameter to save (and overwrite) files with an newer timestamp?

I have files with do not change their name but sometimes overwritten with newer dates.