/rsync-backup

Script to maintain rsync backups

Primary LanguagePerl

NAME

rsync-backup - Simple script that maintains your backups using rsync.

SYNOPSIS

rsync-backup [--config=config] --backup [--force] [--dry-run] [--now=date]

rsync-backup [--config=config] --list

rsync-backup [--config=config] --expire [--dry-run] [--now=date]

rsync-backup --help

OPTIONS

--help

Prints a brief help message and exits.

--config

Specifies config file for you backup configuration.

--backup

Runs backup opration.

--expire

Expires (deletes) old backups.

--list

Lists existing backups.

--force

Forces backup even if existing backup is not old enough.

--dry-run

No real backup or removal would happen.

--now

Forces given date on a script. Useful when convering backups from other systems

DESCRIPTION

This program maintains backups of your system using rsync.