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

expirebackups - list old backups

Author

       expirebackups was written by Christian Garbs <mitch@cgarbs.de>.

Description

       Checks  the given path for backups generated by simplebackup(1).  If more than keep_this_many generations
       of a backup are found, the oldest files are printed to stdout.  These files can then be deleted,  leaving
       keep_this_many generations of every backup unharmed.

Name

expirebackups - list old backups

Options

keep_this_many
              The number of files to keep of every backup.  Default value is 4.

       path   The  path  to  check for backups.  Only files matching a pattern like hostname-YYYYMMDD.tar.gz are
              considered backup files.

See Also

simplebackup(1), simplebackup.conf(5)

Synopsis

expirebackups [keep_this_many] path

See Also