rclone/docs/content/commands/rclone_test_makefiles.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2021-03-31 20:12:08 +02:00
---
title: "rclone test makefiles"
2021-07-20 20:45:41 +02:00
description: "Make a random file hierarchy in a directory"
2021-03-31 20:12:08 +02:00
slug: rclone_test_makefiles
url: /commands/rclone_test_makefiles/
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/makefiles/ and as part of making a release run "make commanddocs"
---
# rclone test makefiles
2021-07-20 20:45:41 +02:00
Make a random file hierarchy in a directory
2021-03-31 20:12:08 +02:00
```
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)
2021-06-08 17:57:04 +02:00
--seed int Seed for the random number generator (0 for random) (default 1)
2021-03-31 20:12:08 +02:00
```
See the [global flags page](/flags/) for global options not listed here.
## SEE ALSO
* [rclone test](/commands/rclone_test/) - Run a test command