DNF reposync Plugin

Synchronize packages of a remote Yum repository to a local directory.

Synopsis

dnf reposync [-p <download-path>] [--repoid <repo-id>]...

Description

reposync makes local copies of remote repositories. Packages that are already present in the local directory are not downloaded again.

Options

-p <download-path>, --download-path=<download-path>
Root path under which the downloaded repositories are stored, relative to the current working directory. Defaults to the current working directory. Every downloaded repository has a subdirectory named after its ID under this path.
--repoid <repo-id>
Limit the operation only to the specified repository. Can be used multiple times with accumulative effect.

Table Of Contents

Previous topic

DNF repoquery Plugin

This Page