From 3421e39ccf71123427695c138fc58f12e8713ea8 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 12 Sep 2003 00:48:37 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'r0-12'. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@425 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/examples-body.html | 284 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 rdiff-backup/examples-body.html diff --git a/rdiff-backup/examples-body.html b/rdiff-backup/examples-body.html new file mode 100644 index 0000000..ef677ba --- /dev/null +++ b/rdiff-backup/examples-body.html @@ -0,0 +1,284 @@ +

Sections

+ + + +

Backing up

+ + + +

Restoring

+ + + +

Deleting older files

+ +

Although rdiff-backup tries to save space by only storing file +differences, eventually space may run out in the destination +directory. rdiff-backup's --remove-older-than mode can +be used to delete older increments.

+ +

This section assumes that rdiff-backup has been used in the past to +back up to host.net::/remote-dir, but all commands would +work locally too, if the hostname were ommitted.

+ + + + +

File selection with include/exclude options

+ +

Sometimes you don't want to back up all files. The various +--include and --exclude options can be used +to select exactly which files to back up. See the man page for a list +of all the options and their definitions.

+ + + + +

Getting information about the backup directory

+ +The following examples assume that you have run rdiff-backup +in-dir out-dir in the past. + + + + +

Miscellaneous other commands

+ + -- cgit v1.2.1