This bash program is used to batch encrypt and deploy file structures recursivley into monitored folders (Google Drive, OneDrive, etc).
./batch-cryptor.sh -s /home/user/media1/Local-Vault/ -t /home/user/Drive/Vault/
./batch-cryptor.sh -t /home/user/media1/Local-Vault/ -s /home/user/Drive/Vault/ -d
Note the placement of the -t and -s argument flags.