Hi, just a small 'fun question'. I have a client project which requires that I setup a standalone instance of (a) Proxmox 3.X "no-subscription" repo (as per, http://pve.proxmox.com/wiki/Package_repositories#Proxmox_VE_No-Subscription_Repository ) and also (b) suitable debian repo (ie, for wheezy - likely will simply do via "FtpSync" script set, using rsync protocol, as per directions at, http://www.debian.org/mirror/ftpmirror#how )
The idea with this,
- there are a few hosts which need to get updates
- they don't all have public internet after they are deployed
- there is a desire to do updates on them a few times a year.
I believe the model will be to have a small Debian/similar VM on a laptop, which is updated while the laptop is on 'the net'. Then laptop goes to site where the ProxVE hosts live, and they are pointed at the IP of this VM which has 'currrent' repo data for ProxVE No-subscribe packages and also wheezy deb packages. That way updates can be applied .. without too much drama.
I know that there are 'recommended' ways for doing this with Debian - use Rsync; this deals with Hard Links nicely, etc - and I was curious if there is something similar one should do for ProxVE repo - or if it really is just a matter of recursively pulling a copy of all files from the URL, http://download.proxmox.com/debian/dists/wheezy/ - more or less - and then ensuring this is consistently available in the expected directory structure via HTTP on the VM which is going to be making this data available to the not-connected-to-internet-hosts.
Any thoughts:comments are appreciated.
Many thanks,
Tim Chipman
The idea with this,
- there are a few hosts which need to get updates
- they don't all have public internet after they are deployed
- there is a desire to do updates on them a few times a year.
I believe the model will be to have a small Debian/similar VM on a laptop, which is updated while the laptop is on 'the net'. Then laptop goes to site where the ProxVE hosts live, and they are pointed at the IP of this VM which has 'currrent' repo data for ProxVE No-subscribe packages and also wheezy deb packages. That way updates can be applied .. without too much drama.
I know that there are 'recommended' ways for doing this with Debian - use Rsync; this deals with Hard Links nicely, etc - and I was curious if there is something similar one should do for ProxVE repo - or if it really is just a matter of recursively pulling a copy of all files from the URL, http://download.proxmox.com/debian/dists/wheezy/ - more or less - and then ensuring this is consistently available in the expected directory structure via HTTP on the VM which is going to be making this data available to the not-connected-to-internet-hosts.
Any thoughts:comments are appreciated.
Many thanks,
Tim Chipman