mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
1.1 KiB
1.1 KiB
title | description | slug | url |
---|---|---|---|
rclone test makefiles | Make a random file hierarchy in <dir> | rclone_test_makefiles | /commands/rclone_test_makefiles/ |
rclone test makefiles
Make a random file hierarchy in
rclone test makefiles <dir> [flags]
Options
--files int Number of files to create (default 1000)
--files-per-directory int Average number of files per directory (default 10)
-h, --help help for makefiles
--max-file-size SizeSuffix Maximum size of files to create (default 100)
--max-name-length int Maximum size of file names (default 12)
--min-file-size SizeSuffix Minimum size of file to create
--min-name-length int Minimum size of file names (default 4)
See the global flags page for global options not listed here.
SEE ALSO
- rclone test - Run a test command