Khalid Nihaya

  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Khalid Nihaya
  • Khalid Nihaya commented,

    by adding check you mean conditional if statement?

  • Khalid Nihaya commented,

    Ok here's revised code for backup, goal is to backup small accounts (Less than 1G) first, then when it's all don, backup large accounts (bigger than 1G) #!/bin/bash ## Variables & Arrays Defin...

  • Khalid Nihaya commented,

    yes here's all the code, and description of what code should accomplish. ### BASH SCRIPT ### #!/bin/bash ## Arrays ## -- I defined these arrays to sort all hosting accounts into two arrayed ...

  • Khalid Nihaya commented,

    Ok I'm trying to use your suggested commands in a script. The logic goes like this, 1. Fetch All Accounts From /home 2. Fetch the accounts whose home dirs are less than 1 GB 3. Disable BackUP For ...

  • Khalid Nihaya created a post,

    Where is Backup Users List Located?

    Hi CP Community, I'm trying to locate the file that contains list of users that are eligible for scheduled backup, when an Admin enables backups & select a number of users for the backups from WHM...