This is the command expirebackups that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
expirebackups - list old backups
SYNOPSIS
expirebackups [keep_this_many] path
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.
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.
Use expirebackups online using onworks.net services