• # man logrotate

    Posté par . En réponse au message Question Logrotate. Évalué à 4.

    Normalement tu as l'option "size"

    size size[G|M|k]
    Log files are rotated when they grow bigger than size bytes. If
    size is followed by M, the size if assumed to be in megabytes.
    If the G suffix is used, the size is in gigabytes. If the k
    suffix is used, the size is in kilobytes. So size 100, size
    100k, size 100M and size 1G are all valid.

    Tu n'as donc pas spécialement à spécifier daily / monthly etc ...
    En espérant que ça t'aidera =)