How can we download all versions of a package when mirroring ? An example is the scsi-modules which can be found here: http://archive.ubuntu.com/ubuntu/pool/main/l/linux/ i need them all mirrored yet aptly is only downloading the latest.
Documentation does not include any option for this as far as i can see.
aptly is downloading every package version which is included into
Packages
index, which exactly matchesapt
behavior. If you need to download all the versions, you can download all the package files to some temp dir, and import then into aptly local repo.