Skip to main content

Usage

anaconda repo mirror [OPTIONS]

Description

Manages Anaconda repository mirrors. You can create, update, delete, stop, or restart a mirror. You can also list mirrors, show mirror properties, and check the sync state of a mirror. A mirror copies packages from a source channel into one of your channels. You can configure the mirror mode (passive or active), the mirror type (conda, python_simple, or CRAN), and an optional cron schedule and proxy.

Options

Filter options

Filters narrow the set of packages mirrored from the source channel. Some filters are specific to an artifact family.

Examples

List mirrors
anaconda repo mirror --list
Create a passive conda mirror
anaconda repo mirror --channel my-channel --create my-mirror --source https://repo.example.com/example-source-channel
Show mirror properties
anaconda repo mirror --show my-mirror