Results 1 to 5 of 5

Thread: 2am download every night?

  1. #1
    Join Date
    May 2018
    Beans
    6

    2am download every night?

    Hi I'm running Ubuntu 18.04.1 LTS server, with various things such as TS3, Rtorrent,Plex, and quake 3. I have VNstat php installed so I can look a the bandwith usage daily, and compare to my provider to make sure I don't exceed a 1TB cap (this has happened once already). When viewing the hourly logs of VNstat, I noticed that every single night there is a dowload between 200 and 500 Megs. It's a relatively small amount, but there is no explanation on why I would be receiving data exactly at this time every night. Outgoing is virtually zero most days, even with rtorrent.

    How would I determine who/what is downloading this data? Does Ubuntu go out and check for updates once a day?

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: 2am download every night?

    Moved to Server Platforms.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: 2am download every night?

    If this "unattended-upgrades" is installed then yes.
    More info found here: https://libre-software.net/ubuntu-automatic-updates/
    I think the program Nethogs perfectly suits your requirements for seeing what and who is downloading.
    Also more here: https://askubuntu.com/questions/7069...a-and-how-much

    Others here may have other suggestions.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  4. #4
    Join Date
    May 2018
    Beans
    6

    Re: 2am download every night?

    I looked at /etc/apt/apt.conf.d/20auto-upgrades and saw this below:

    Code:
    APT::Periodic::Update-Package-Lists "1";APT::Periodic::Unattended-Upgrade "1";
    So then that would explain the small amount of incoming data I see every night. I've been playing with nethogs while doing some streaming. definitely helps, but there's no way I'd be at the computer at 2am to see who is downloading at that moment. Still, good info.

    Thanks for the help.
    Last edited by b3nst3r; November 8th, 2018 at 12:03 AM.

  5. #5
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: 2am download every night?

    You can setup a cron job to capture the data at 2am. Automation is a wonderful thing on computers. It is a key reason that I prefer Unix systems over other alternatives. I have computers doing things all the time for my convenience later.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •