0

サーバーの dir1/ の下にたくさんのファイルがあります。dir1/*.png の下にあるすべての png ファイルを Google ドライブにコピーしたいと考えています。

でも

rclone copy dir1/*.png gdrive:dir2/

エラーを出します。

Usage:
  rclone copy source:path dest:path [flags]

Flags:
      --create-empty-src-dirs   Create empty source dirs on destination after copy
  -h, --help                    help for copy

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command copy needs 2 arguments maximum: you provided 66 non flag arguments:

この問題を解決する方法はありますか?

4

2 に答える 2