Announcement

Collapse
No announcement yet.

Download Schedular

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Download Schedular

    I'm on satellite internet, so I have a download limit. However, there is a "Free" period between 2am-6am, that does not count against my download allowance. Is there any way to schedule the system udates between those hours?

    #2
    Yes. Look into the package "unattended-upgrades"

    Or: write a script to do all the functions you require, make it executable, set it as a cron job, done.

    At a minimum, you'd need:

    sudo apt-get update
    sudo apt-get -y dist-upgrade

    Please Read Me

    Comment

    Working...
    X