logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ftpsync - Mirror Debian and Debian-like repositories of packages

Authors

       Debian mirror team.

                                                 ftpsync Manual                                       FTPSYNC(1)

Description

ftpsync  is  part of the ftpsync suite for mirroring Debian and Debian-like repositories of packages.  As
       there are way too many mirrors of Debian to populate them all from the machine that generates the archive
       (“ftp-master”), mirrors are organized in a tree-shaped hierarchy.  Thus, every mirror has exactly one up‐
       stream from which it syncs, and each mirror can have any number of downstreams which in  turn  sync  from
       it.

Name

       ftpsync - Mirror Debian and Debian-like repositories of packages

Options

-T     Information about the used trigger.

              If undefined the following values are automatically set:

              • ssh if called from a ssh forced command.

              • cron if called via ftpsyn-cron(1).

See Also

ftpsync.conf(5) +

Sync Flags

       Sync flags can be specified on the command-line or via a ssh forced command from the remote side.

       sync:archive:foo
              Select archive foo for syncing.  A config needs to be available.

       sync:all
              Do a complete sync.

       sync:stage1
              Only do a stage 1 sync.

       sync:stage2
              Only do a stage 2 sync.

       sync:mhop
              Do a special multi-hop sync, usually additionally to stage 1.

       sync:callback
              Call back when done.

Synopsis

ftpsync [OPTION]... [SYNC-FLAG]...

See Also