Пакет sisyphus-mirror: Информация
Исходный пакет: sisyphus-mirror
Версия: 0.8.2-alt1
Собран: 16 ноября 2009 г. 12:22
Категория: Связь
Сообщить об ошибке в пакетеЛицензия: GPL
О пакете: a simple script for mirroring Sisyphus/Master/updates/etc via rsync
Описание:
This is a simple script for mirroring Sisyphus/Master/updates/etc via rsync. You may run it via cron.
Сопровождающий: Vladimir V Kamarzin
Последнее изменение
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.
28 ноября 2008 г. Vladimir V Kamarzin 0.8.1-alt1
- Fix user-wide config inclusion (reported by Andrey Rahmatullin) - Add '-v' to default rsync options
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