Package sisyphus-mirror: Information

    Source package: sisyphus-mirror
    Version: 0.8.2-alt1
    Build time:  Nov 16, 2009, 12:22 PM
    Category: Communications
    Report package bug
    Home page: 

    License: GPL
    Summary: a simple script for mirroring Sisyphus/Master/updates/etc via rsync
    Description: 
    This is a simple script for mirroring Sisyphus/Master/updates/etc via rsync.
    You may run it via cron.

    List of rpms provided by this srpm:
    sisyphus-mirror (noarch)

    Maintainer: Vladimir V Kamarzin

    List of contributors:
    Vladimir V Kamarzin

    Last changed


    Nov. 16, 2009 Vladimir V Kamarzin 0.8.2-alt1
    - Speed up stage of $mirror movement from temp dir to main dir.
    - Use shell-getopt.
    - Update messages style.
    - sisyphus-mirror.spec: require rsync >= 3.0.2-alt0.2.M40.1.
    Nov. 28, 2008 Vladimir V Kamarzin 0.8.1-alt1
    - Fix user-wide config inclusion (reported by Andrey Rahmatullin)
    - Add '-v' to default rsync options
    Nov. 21, 2008 Vladimir V Kamarzin 0.8-alt1
    + Incompatible changes:
      + Do not add "rsync-" prefix to logfile names
      + Rewrite config file inclusion (see README.UTF8)
    - New features:
      + Add ability to synchronize only specified architectures
      + New command-line options:
        + -u|--url
        + -L|--logdir
        + -a|--arch
    - Update default rsync options:
      + add -h in interactive mode
      + use --delete-delay instead of --delete-after
      + add -m (--prune-empty-dirs)
      + add --delete-excluded
      + remove -P from options for non-interactive mode
      + --partial-dir is always used now
    - Rewrite signal handling
    - Rewrite "already running" check
    - Do not mail log to someone, just print warning to stdout. Good enough for
      non-interactive mode, not needed in interactive
    - Do not write date to logfile in interactive mode
    - Relocate pidfile from $RSHOME to $TMPDIR
    - Update README.UTF8