Пакет ls4sweep: Информация
Исходный пакет: ls4sweep
Версия: 0.3.0-alt2
Собран: 3 апреля 2022 г. 6:14
Категория: Архивирование/Резервное копирование
Сообщить об ошибке в пакетеДомашняя страница: http://ilya-evseev.narod.ru/posix/ls4sweep
Лицензия: GPL
О пакете: Policy-based listing old backups for sweeping
Описание:
ls4sweep should be used as helper for removing extra old daily-created backups.
Sweeping policy consists from the set of records, where each record contains
the count of intervals (or periods) and the length of one period (in days).
ls4sweep checks creation or modification time of given files and displays names
of those when they mismatch policy. Only one file is keeping in each interval.
Consider following command:
ls4sweep 3:1,2:3,2:10,2:30,3:90,5:365 *.zip
This means:
- keep daily ZIP-archives in current directory for last 3 days
- older than 3 days - keep 2 archives with 3-days delta
- older than 9 days (3*1 + 2*3) - 2 archives with 10-days delta
- older than one month (3*1 + 2*3 + 2+10) - 2 archives with monthly delta
- older than 3 months - 3 archives with 90-days delta
- older than one year - yearly archive for five years
- display filenames of all remaining stuff
ls4sweep output can be directly passed to '| xargs -r /bin/rm -f' command.
When you create archives via cron(8), you can put cleanup via ls4sweep call
after creation.Список бинарных RPM-пакетов, собираемых из данного SRPM:
ls4sweep (e2kv6, e2kv5, e2kv4, e2k)
ls4sweep-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
ls4sweep (e2kv6, e2kv5, e2kv4, e2k)
ls4sweep-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
Сопровождающий: Aleksei Nikiforov
Последнее изменение
24 января 2018 г. Aleksei Nikiforov 0.3.0-alt2
- Updated spec to allow any man page compression.
17 апреля 2013 г. Dmitry V. Levin 0.3.0-alt1.qa1
- NMU: rebuilt for debuginfo.
6 января 2009 г. Ilya Evseev 0.3.0-alt1
- updated to new version 0.3.0 with 64-bit filesystems support