-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsyscloner.man
63 lines (33 loc) · 1.28 KB
/
syscloner.man
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
63
.\" Manpage for syscloner.
.\" Contact [email protected] to correct errors or typos.
.TH man 8 "16 Feb 2024" "0.1.0" "syscloner man page"
.SH NAME
syscloner \- Carry your linux system in a single file
.SH SYNOPSIS
syscloner [backup|restore] [filename] [options]
.SH DESCRIPTION
A configurable tool to backup and restore your linux system from a single file
.SH COMMANDS
action {backup,restore}
filename
.SH OPTIONS
-h, --help show help message
--system include system settings
--apt include apt packages
--snap include snap packages
--flatpak include flatpak packages
--themes include shell themes
--exts include shell extensions
--keys include repository keys
--ssh include ssh keys
--git-repos GIT_REPOS include git repos (Specify path)
--apt-repos include apt repos
--all include everything available (Specify git repos path)
-v, --version print executable version
.SH EXAMPLES
Backup: syscloner backup mysystem --all --git-repos=~/repos
Restore: syscloner restore mysystem_ub_gn.cvf --all
.SH BUGS
No known bugs
.SH AUTHOR
DMG TechLabs ([email protected])