Hi Zeanmi,
On 12/20/2016 01:00 PM, zeanmi@??? wrote:
> Hi !
>
> How to make a proper mirror ofhttps://auto.mirror.devuan.org/merged/ ?
> debmirror [wheezy] seems to fail with jessie-updates (so i mirrored
> width wget). I previously downloaded debian jessie and jessie security
> from another mirror (because it's far faster from devuan.org) and i made
> a merge with symlinks but debmirror seems to have a problem with
> merged/dists/jessie-updates (it retrieves the jessie directory).
>
> https://auto.mirror.devuan.org/ does not support rsync, right ?
>
> zeanmi.
Debmirror works for me:
debmirror -h ftp.auto.mirror.devuan.org \
--dist=jessie \
--root=/merged \
--di-arch=i386,amd64,armhf \
--section=main \
--nosource \
--progress \
--ignore-release-gpg \
--method http \
--diff=none \
$HOME/devuan-repo
Cheers,
Aitor.