google-drive-upsync - Sync a local dir with a Google Drive dir
google-drive-upsync local-dir /gdrive-dir
Be verbose.
Dryrun, don't upload any files, just report what needs to be done.
google-drive-upsync uploads the files in a local directory to a directory on Google Drive. If a file on Google Drive already exists with a different byte count, it will overwrite the remote file with the local counterpart.
google-drive-upsync
Files in the Google Drive dir that have no counterpart in the local dir are left alone.
$ google-drive-upsync ~/books /books
Copyright 2019 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2012-2019, Mike Schilli <cpan@perlmeister.com>
To install Net::Google::Drive::Simple, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Net::Google::Drive::Simple
CPAN shell
perl -MCPAN -e shell install Net::Google::Drive::Simple
For more information on module installation, please visit the detailed CPAN module installation guide.