Googleドライブにアップロードする容量は約500GBです。 2つの質問。
ありがとう
Rcloneを使用できます。これは、GitHubで開発されたオープンソースツールです。
クラウドストレージ用のrsync-これは、Googleドライブや他の多くのクラウドホストとの間でファイルやディレクトリを同期するためのコマンドラインプログラムです。 RcloneのGoogleドライブページは次のとおりです。
これは仕事に適したツールのようです: google-docs-upload
変換せずにアップロードするには、「Google Apps for Business」アカウントが必要です。
一部の種類のドキュメントは通常、Googleドキュメント独自の形式に変換されます。私はそれがあなたのデータに必要なものではないと思います。上記のツールを使用すると、変換を明示的に制御できます。
しかし、最終的に使用するソリューションでは、それを処理する必要があります。
google-docs-upload
のコマンドラインの使用法:
Usage: Java -jar google-docs-upload.jar <path> --recursive
Usage: Java -jar google-docs-upload.jar <path> --username <username> --password <password>
Usage: Java -jar google-docs-upload.jar <path> --auth-sub <token>
[--username <username>] Username for a Google account.
[--password <password>] Password for a Google account.
[--recursive] Recursively upload all subfolders.
[--remote-folder <path>] The remote folder path to upload the documents separated by '/'.
[--without-conversion] Do not convert documents into the Google Docs format (unsupported files are not converted by default).
[ ... ]