bash-onedrive-upload
bash-onedrive-upload copied to clipboard
How to use in whole filesystem
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.
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 ...
)