Hi,<br>
<br>
My lil' story (so people can help me better):<br>
Since I only have 56kbits/sec Internet bandwidth at my parents' place<br>
and still want to keep the Kubuntu systems there up-to-date,<br>
I add the following idea:<br>
My Linksys WRT54GS running DD-WRT wakes on lan (cron job) one of the<br>
computer at 22:30 each night. At 23:00 (let a lot of time to boot in<br>
case the system decides it must fsck the 70 GiB PATA + 250 GiB SATA drives),<br>
the cron daemon dials up on the Internet using a custom-made BASH script <br>and, upon successful completion, 'apt-get -dy update && apt-get -dy upgrade'.<br>I then upgrade manually to avoid the system resolving package conflicts itself<br>
(since '-d' is 'download-only').<br>
<br>
Then, each morning, the cron daemon stops the update, apt-cacher-import
the<br>downloaded packages (because I have 2 computers running Kubuntu
Linux)<br>then disconnects the computer from the Internet.<br>
<br>
The setup works perfect, except for extra huge packages (such as<br>openarena-data and/or alienarena-data), which are 280MiB each (which,<br>at my current Internet connection is around 30 hours each...). Still,
there<br>wouldn't be any problem since apt-get seems to be able to resume
partial<br>downloads. But the thing is I found, by inspecting
/var/cache/apt/partial that the<br>package starts downloading the first
night, resumes where it was stopped the<br>second... then restarts all
over the third.<br>
<br>
By looking at 'apt-get' manpage, I saw there's an option
archive::maxAge or<br>something like that, but it seems to only concern
index files.<br>
<br>
Finally, please don't try to suggest me alternative ways if you don't
know how<br>to have the download continue, in the current situation
nothing else will do<br>(I don't live at my parents place so can't bring
huge package updates on a USB<br>key, debmirror is an already tried
workaround but I want to have an "autarchic" <br>solution).<br>
<br>
Thanks in advance,<br>
Vhann<br><br>Note: For the sake of others having similar question (shall it ever occur), I including the<br>URLs to other places I posted this question (shall I receive an answer to one of these):<br><a href="http://ubuntuforums.org/showthread.php?p=7483834#post7483834">http://ubuntuforums.org/showthread.php?p=7483834#post7483834</a><br>