-
Notifications
You must be signed in to change notification settings - Fork 0
/
reallysimplebackup.1
41 lines (36 loc) · 1.29 KB
/
reallysimplebackup.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\" Copyright (C) 2009 Mikko Rantalainen. See README for license.
.TH reallysimplebackup 1 "2009-04-05" "0.1.0"
.SH NAME
reallysimplebackup \- create and rotate backups in the system
.SH SYNOPSIS
.B reallysimplebackup-rsync
.RI [ option ]...
.RI [ directory ]...
.SH DESCRIPTION
.B reallysimplebackup
is a collection of scripts to do a simple rotating backup
of the whole system. Behind the curtains, the scripts use rsync, cp \-al and
hardlink. Scripts are written in bash and python.
.SH OPTIONS
.TP
.B \-h or \-\-help
print quick usage details to the screen.
.TP
.B \-v[=LEVEL] or \-\-verbose[=LEVEL]
Set verbosity of output, if used without an argument, increase current
verbosity by one.
.SH ARGUMENTS
.B reallysimplebackup-rsync
takes no arguments.
.B reallysimplebackup-rotate
takes no arguments.
.B reallysimplebackup-backup-here
Creates a backup of latest backup under the directory this script has been linked to.
Notice that executing this from its default location does not make sense and it will
display an error message along the lines
"Target directory '.../backup/latest' does not exist, aborting"
.B \-\-init
create target directory for backup of a backup
.SH AUTHOR
The program reallysimplebackup and this manpage have been written by Mikko Rantalainen,
and are licensed under the GNU GPL license.