-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackupapp.1
62 lines (51 loc) · 897 Bytes
/
backupapp.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.\" Manpage for backupapp
.TH man 1 "14 July 2022" "202207211059-git" "backupapp"
.SH NAME
backupapp
.SH DESCRIPTION
Backup files and folders
.SH SYNOPSIS
backupapp [options] [command]
.SH OPTIONS
.TP
.B \-\-help
Display the full help.
.TP
.B \-\-version
Display current version.
.TP
.B \-\-config
Create user settings file.
.TP
.B \-\-options
Show all available options.
.TP
.B \-\-dir
Change current directory
.TP
.B \-\-debug
Output debugging information.
.TP
.B \-\-raw
Removes all formatting
.SH EXAMPLES
.TP
.B backupapp \-\-help
backupapp [name] [/path/to/dirs /path/to/files]
.SH FILES
.TP
.I
~/.config/myscripts/backupapp/settings.conf
.TP
.I
/usr/local/bin/backupapp
.SH TODO
Better documentation
.SH LICENSE
WTFPL
.SH BUGS
No known bugs.
.SH REPORTING BUGS
https://github.com/casjay-dotfiles/issues
.SH AUTHOR
Currently maintained by Jason Hempstead <jason@casjaysdev.pro>