Update README.md

This commit is contained in:
q3aql 2021-03-22 13:11:32 +01:00 committed by GitHub
parent 3c28c56035
commit 9a8bc4cf10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,9 +34,9 @@ $ sudo defragfs <partition or directory> [option]
Options:
-a Automatically defrag (configure: $max_fragrate and $max_avgfrags
according to your preference).
Use this in your crontab. e.g. sudo crontab -e (and add this line)
0 0 1 */2 * defragfs / -a
according to your preference).
Use this in your crontab. e.g. sudo crontab -e (and add this line)
0 0 1 */2 * defragfs / -a
-f Force defrag if there is at least one fragmented file.