Skip to content

Command Reference

Kyle Ebbinga edited this page Nov 11, 2025 · 9 revisions

Clean

parallel clean [--path] [--days] [--recursive] [--verbose]

Cleans up the file system by removing old files. Only removes files outside of the RetentionPeriod in the main config file or by using the --days option.

Parameter Short hand Type Description
--path -p string The path to clean.
--days -d integer The amount of days to hang onto files.
--recursive -R bool If to include subdirectories.
--verbose -v bool If to use verbose output.

Note: The days specified in the command cannot be lower than the RetentionPeriod in the main config.

Clone this wiki locally