This shows you the differences between two versions of the page.
|
en:project:mirror [2011/01/15 00:00] MichaelTremer |
en:project:mirror [2012/06/20 14:25] (current) MichaelTremer |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Repositories ===== | ===== Repositories ===== | ||
| - | There are currently two repositories that keep the packages for //pakfire//. | + | There are currently two package repositories that keep the packages for //pakfire//. |
| * pakfire2 (stable) | * pakfire2 (stable) | ||
| Line 15: | Line 15: | ||
| Please do not sync pakfire3 as it is only for testing at the moment and there is not usable data. | Please do not sync pakfire3 as it is only for testing at the moment and there is not usable data. | ||
| - | Additionally, there is a *full* share that keeps all release data. | + | Additionally, there is a *full* share that keeps all release data and *current* which holds the latest release files and the package set for the current stable series. |
| ===== rsync ===== | ===== rsync ===== | ||
| Line 29: | Line 29: | ||
| rsync -aHz --delete-after rsync.ipfire.org::full /<local dir> | rsync -aHz --delete-after rsync.ipfire.org::full /<local dir> | ||
| + | rsync -aHz --delete-after rsync.ipfire.org::current /<local dir> | ||
| rsync -aHz --delete-after rsync.ipfire.org::pakfire2 /<local dir> | rsync -aHz --delete-after rsync.ipfire.org::pakfire2 /<local dir> | ||
| rsync -aHz --delete-after rsync.ipfire.org::pakfire3 /<local dir> | rsync -aHz --delete-after rsync.ipfire.org::pakfire3 /<local dir> | ||