Khalid Nihaya
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Khalid Nihaya-
by adding check you mean conditional if statement?
-
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...
-
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 ...
-
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 ...