1LUCKYBACKUP(8) System Manager's Manual LUCKYBACKUP(8)
2
3
4
6 luckybackup - a powerful, fast and reliable backup & sync tool
7
9 luckybackup [OPTIONS]... [FILE]...
10
12 luckybackup is an application that backs-up and/or synchronizes any
13 directories with the power of rsync
14
16 --help
17 displays this help message
18 --version
19 displays the current version of the application
20 --skip-critical
21 does not execute tasks that appear with a 'CRITICAL' warning mes‐
22 sage
23 --dry-run
24 executes luckybackup in dry-run (simulation) mode
25 --silent
26 executes luckybackup in silent mode (just tray notification icon
27 shown)
28 -c
29 console mode. Use this, if there is no graphical envrironment
30 available
31 --no-questions
32 skips confirmation questions asked to user. Implies -c (console
33 mode)
34
35
36 [FILE]
37 is the filename of the already created profile that is going to be
38 executed
39
40 examples
41 1. Execute luckybackup gui :
42 $ luckybackup
43 2. Execute luckybackup in silent mode for profile '~/.luckyBackup/pro‐
44 files/BackupHome.profile' :
45 $ luckybackup --silent ~/.luckyBackup/profiles/BackupHome.profile
46
47 3. Execute luckybackup in console mode for profile '~/.luckyBackup/pro‐
48 files/BackupHome.profile' :
49 $ luckybackup -c BackupHome.profile
50 4. Execute luckybackup in console mode for profile '~/.luckyBackup/pro‐
51 files/BackupHome.profile'
52 Do not ask any questions and skip all operations that appear CRITICAL
53 after the checks :
54 $ luckybackup --skip-critical --no-questions ~/.luckyBackup/pro‐
55 files/BackupHome.profile
56
57
58
60 For a complete documentation, please have a look at the application
61 manual via the gui main window help menu.
62
64 luckybackup was written by <Loukas Avgeriou>.
65
66 This manual page was written by luckyb <luckyb69@users.source‐
67 forge.net>, for the Debian project (but may be used by others).
68
69
70
71 2017-10-05 LUCKYBACKUP(8)