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.56k stars 1.08k forks source link

Not uploading subfolders and files #571

Open kajan001 opened 2 years ago

kajan001 commented 2 years ago

I have recently installed dropbox on another pi with PiOS (Buster last version). I get it to work but it is not uploading the files or the subdirectories. It just creates the first folder and then nothing. If I try to run the script again I get: "skipping already existing file - DONE" I am using the same command that I have used previously.

!/bin/bash

/home/pi/Dropbox-Uploader/dropbox_uploader.sh -s upload /home/pi/app/subfolder/files&subfolders /

Where the files folder has a number of subfolders with files. The files & subfoldersare not uploading. On other Pi's it seem to be working as usual.

Edit: I copy pasted the dropbox_uploader.sh from an older version and now it seems to work. Not sure how old that one is but I am guessing around march 2021