Penalties for excessive server usage due to backups

  • @c0urier


    Following this thread, these changes will be part of 1.2.12: https://github.com/i-MSCP/imsc…_errata.md#backup-feature


    Also, the whole cron task is run with nice and ionice:


    Code
    1. # Backup customers' data depending of the domain properties
    2. 40 23 * * * root nice -n 15 ionice -c2 -n5 perl /var/www/imscp/engine/backup/imscp-backup-all > /var/log/imscp/imscp-backup-all-mngr.log 2>&1


    Seem ok for you ?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @c0urier


    Of course ;) And as said on IRC:

    Code
    1. <nuxwin> c0urier: The main problem I think is that the provider assign same cpu cores to many vservers...
    2. <nuxwin> low cost vservers...

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206


  • Jep that looks good :thumbup: