This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANPAGE
56 lines (46 loc) · 1.53 KB
/
MANPAGE
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
48
49
50
51
52
53
54
55
56
.TH quick-back 8 "February 10, 2017" "man rev. 4" "quick-back manual"
.SH "NAME"
quick-back - a simple backup program using rsync
.SH "SYNOPSIS"
.B quick-back
.RI "[" "option" "]... <" "parameter" ">..."
.SH "DESCRIPTION"
Back up a source path to a destination path or device using rsync and format the destination drive to match the source.
By default, the script excludes /boot/, /run/*, /proc/*, /tmp/*, /sys/*, /dev/*, /mnt/*, media/*. These can be disabled with the -nd, --nodefaults option described below.
.SH "OPTIONS"
.B "-s, --source "
.RI [ source_path ]
.RS
Use an alternate source path from the default of /
.RE
.B "-d, --destination "
.RI [ destination ]
.RS
Use an alternate destination (either a /dev/XXX device or a directory path)
.RE
.B "-e, --exclude "
.RI [ path ]
.RS
Exempt another folder from backup (see above for defaults excludes)
.RE
.B "-v, --verbose "
.RS
Run quick-back in verbose mode (display a list of all files that are being added or removed from the backup)
.RE
.B "-nd, --nodefaults "
.RS
Do not use the defaults excludes - exclude only the destination mountpoint
.RE
.B "-c, --color "
.RS
Colorize the output of quick-back
.RE
.B "--force-ignore "
.RS
Force backup if destination isn't a mountpoint and ignore differences between source and destination filesystem type
.RE
.SH "AUTHOR"
Written by PenguinSnail and MorpheusKafka (GPL v3).
.SH "REPORTNG BUGS"
.RI "Contact the devs at " "<[email protected]>"
.RI "or file an issue/pull request over at GitHub " "<https://github.com/PenguinSnail/Quick-Back>"