-2

Does anybody have some numbers on how much traffic/month a ubuntu server causes if automatic updates are enabled (just for fetching the apt sources and the packages)?

I have a small box which is connected to the Internet on a limited data plan (1GB/month) and I want to have it up to date, but I need to know how much bandwith I can actually use apart from traffic caused by the VPN connection and my applications.

Mauli
  • 401
  • 6
  • 13

2 Answers2

4

It would depend entirely on the amount of packages you had installed, the amount of updates released during that month, and now often you updated apt cache.

In other words, how long is a piece of string?

suprjami
  • 3,476
  • 20
  • 29
  • I said, if automatic updates are enabled, so apt-cache will be updated once a day I think. Of course the actual amount will vary, but somebody has to have some rough numbers. – Mauli Oct 15 '14 at 13:33
  • It depends on the packages you have installed, like @suprjami said. For example, if you have apache installed, it pulls apache patches. If you have mysql installed, it pulls mysql patches. If you have neither installed, it doesn't ask about patches for either. Etc. – Katherine Villyard Oct 15 '14 at 14:25
0

The best way to know would be to run your server for one month and then monitor your bandwidth usage.

Alternatively, you could use a VPS?

pgunston
  • 311
  • 4
  • 6
  • 15