bash-onedrive-upload icon indicating copy to clipboard operation
bash-onedrive-upload copied to clipboard

How to use in whole filesystem

Open technofab opened this issue 7 years ago • 1 comments

I put in my env path variable the work folder of the git, but only works if the file to upload is in the same folder of the onedrive-upload. There is a way to use across the system? I want to use to "automate" some external backup from my machines.

technofab avatar Apr 21 '17 07:04 technofab

Adding the root folder of the repository to the path (PATH="$PATH:/home/user/bash-onedrive-upload") and invoking the upload from another folder (onedrive-upload testfile.txt) works for me.

Can you provide more information?

  • Which branch are you using?
  • What operating system are you using?
  • What does the debug log say? (onedrive-upload -d ...)

fkalis avatar Jun 20 '17 05:06 fkalis