github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_test_info.md (about)

     1  ---
     2  title: "rclone test info"
     3  description: "Discovers file name or other limitations for paths."
     4  slug: rclone_test_info
     5  url: /commands/rclone_test_info/
     6  versionIntroduced: v1.55
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/info/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone test info
    10  
    11  Discovers file name or other limitations for paths.
    12  
    13  ## Synopsis
    14  
    15  rclone info discovers what filenames and upload methods are possible
    16  to write to the paths passed in and how long they can be.  It can take some
    17  time.  It will write test files into the remote:path passed in.  It outputs
    18  a bit of go code for each one.
    19  
    20  **NB** this can create undeletable files and other hazards - use with care
    21  
    22  
    23  ```
    24  rclone test info [remote:path]+ [flags]
    25  ```
    26  
    27  ## Options
    28  
    29  ```
    30        --all                    Run all tests
    31        --check-base32768        Check can store all possible base32768 characters
    32        --check-control          Check control characters
    33        --check-length           Check max filename length
    34        --check-normalization    Check UTF-8 Normalization
    35        --check-streaming        Check uploads with indeterminate file size
    36    -h, --help                   help for info
    37        --upload-wait Duration   Wait after writing a file (default 0s)
    38        --write-json string      Write results to file
    39  ```
    40  
    41  
    42  See the [global flags page](/flags/) for global options not listed here.
    43  
    44  # SEE ALSO
    45  
    46  * [rclone test](/commands/rclone_test/)	 - Run a test command
    47