Ok, here is the setup, I have a monthly download allowence from my ISP, however between 2-6 am, downloading is free. So I am trying to set up my system so that it only updates & upgrades between those hours. I thought I had it figured out, and installed Cron, however after setting up the command, I realized that, that command will only run those processed during those hours, it will not keep them from running any other time. So my question is, how do I stop update & upgrade from running except during the hours allowed by Cron?
also I followed directions from a thread I found through Google last night, for the same problem, I used the command they gave, but I just wanted to make sure it was the right command, or do I need to set it up differently, what I used was sudo apt-get update && upgrade.
also I followed directions from a thread I found through Google last night, for the same problem, I used the command they gave, but I just wanted to make sure it was the right command, or do I need to set it up differently, what I used was sudo apt-get update && upgrade.
Comment