Open nickgieschen opened 5 years ago
I have version 1.91 and running gmvault --help
prints out:
/data # gmvault --help
usage: gmvault [-h] [-v] {sync,restore,check,export} ...
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
subcommands:
{sync,restore,check,export}
valid subcommands.
sync synchronize with a given gmail account.
restore restore gmvault-db to a given email account.
check check and clean the gmvault-db disk database.
export Export the gmvault-db database to another format.
Examples:
a) Get help for each of the individual commands
#> gmvault sync -h
#> gmvault restore --help
#> gmvault check -h
#> gmvault export -h
/data # gmvault --version
Gmvault v1.9.1
I have had gmvault working for years. Now it doesn't seem to work at all. Even
./gmvault --help
doesn't do anything. Just exits. Looked for a verbose option to see if I could troubleshoot but didn't see one. Removed my oauth creds to try to trigger refreshing them in case that was the issue, but doesn't even get to that stage.