File: rdup-snap-link.1.in

package info (click to toggle)
rdup 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 784 kB
  • ctags: 108
  • sloc: sh: 3,225; ansic: 1,624; perl: 565; makefile: 65
file content (47 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download
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
42
43
44
45
46
47
'\" t
.TH RDUP-SNAP-LINK 1 "24 Oct 2006" "@PACKAGE_VERSION@" "@PACKAGE_NAME@ utils"
        
.SH NAME
rdup-snap-link \- create a hard linked copy of a previous backup

.SH SYNOPSIS
.B rdup-snap-link
[
.IR -H
]
.IR DAYS
.IR BACKUPDIR
.IR NOW

.SH DESCRIPTION
\fBrdup-snap-link\fR creates a hard linked copy of a previous
backup directory. If such a directory is created \fBrdup-snap-link\fR
exists with 0. If a full dump should be performed a 1 is returned.
If 2 is returned an error has occured. GNU cp is used for the actual 
creation of the copy. On non GNU operating systems you may need to
install GNU cp.
.PP
This utility is called from \fBrdup-simple\fR.
.PP
The -H option makes rdup-snap-link understand hourly backups. It will
then look back DAYS \fIhours\fR.

.SH FILES
\fB@sysconfdir@/rdup/rdup-snapshot.gnu\fR with the location of GNU cp and GNU
date. This is probably only needed on non GNU/Linux systems.
This file has the following format:

.RS
        GNU_DATE=/path/to/gnu_date
        GNU_CP=/path/to/gnu_cp
.RE

For example:

.RS
        GNU_DATE=/usr/local/bin/date
        GNU_CP=/usr/local/bin/cp
.RE

.SH SEE ALSO
rdup-backups(1) and rdup-simple(1).