Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37047683
en ru br
ALT Linux repositórios
S:0.3.0-alt2
5.0: 0.2.1-alt1
4.1: 0.2.1-alt1
4.0: 0.2.1-alt1
3.0: 0.2.0-alt1

Group :: Arquivamento/Backup
RPM: ls4sweep

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.2.1-alt1
Data da compilação: 14 outubro 2005, 21:21 ( 963.0 weeks ago )
Tamanho:: 22.16 Kb

Home page:   http://ilya-evseev.narod.ru/posix/ls4sweep

Licença: GPL
Sumário: Policy-based listing old backups for sweeping
Descrição:

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.

Mantenedor currente: Ilya Evseev

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • ls4sweep
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009