You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.