WHERE TO GET SENTINIX
SENTINIX 0.70.5
is the most recent release.
| Location | Link | Description | Provided by |
| Slovak Republic | | Good speed and the latest ISO images. | PrimeInteractive, Ltd. |
| France | | SENTINIX 0.70.5 and fullsource-0.70.5 | Libertalia |
| USA | | Good speed and the latest ISO images. | |
| USA | | SENTINIX 0.70.5. | |
| Sweden | | sentinix.org is hosting this web site, and FTP. | |
| Sweden | | Downloads of SENTINIX' predecessor, Compledge Sentinel | |
|
BROKEN MIRRORS?
Please e-mail if you discover that a
link above is broken! Thanks!
SENTINIX NEED MIRRORS
Want to provide a mirror? That would be very appreciated! As of Jan 11,
I have started rsync
on sentinix.org. I can no longer maintain mirrors! A crontabbed daily
(at most) rsync job on your side is the best way to do it. You can also mirror
it using wget (or similar), but that's not recommended since it'll allocate
precious FTP connections. There's, however, also a limitation on the number of
concurrent rsync connections.
$ rsync -vr --delete rsync://where/you/want/it/
Be careful with the --delete option, read man rsync for info!
|
To do it with a wget command (not recommended) do this:
$ cd /where/you/want/it/
$ wget -m -nH --cut-dirs=2 ftp://pub/sentinix-release
|