1backup-manager(8) System Manager's Manual backup-manager(8)
2
3
4
6 backup-manager - An easy to use backup tool for your Linux box.
7
9 backup-manager [options]
10
12 Backup Manager is an easy-to-use tool for generating archives.
13
14 It is designed with simplicity in mind for those who don't want an
15 obfuscated tool for making tarballs.
16
17 There are different methods for building archives: tarballs, incremen‐
18 tal tarballs, mysql dumps, svn dump. You can also write your own method
19 with a generic method that will execute a command and will archive its
20 output.
21
22 Every times you run Backup Manager, you can upload archives thanks to a
23 couple of upload methods: through FTP, SSH or even with RSYNC.
24
25 It's also possible to export your archives to removable media like CDR
26 or DVD.
27
29 Backup Manager's behavior is defined in configuration files. You can
30 use different configuration files at the same time. The default con‐
31 figuration file is `/etc/backup-manager.conf'.
32
33 An example should have been provided with the program, most of the time
34 it's installed in `/usr/share/backup-manager/backup-manager.conf.tpl'.
35
36 If you want exhaustive details about how to write your own configura‐
37 tion files, please refer to the Backup Manager User Guide:
38 http://www.backup-manager.org/documentation/user-guide/
39
41 --version Show the version number.
42
43 --verbose|-v Print what happens to STDOUT.
44
45 --no-warnings Disable warnings.
46
47 --help|-h Print a short help message.
48
49 --upload|-u Just upload the files.
50
51 --purge|-p Just purge old archives.
52
53 --burn|-b Just burn the archives.
54
55 --md5check|-m Just perform the MD5 checkup on the CDR/CDRW.
56
57 --conffile|-c file Use an alternate config file.
58
59 --force|-f Force overwrite of existing archives.
60
61 --no-upload Disable the uploading process.
62
63 --no-burn Disable the burning process.
64
65 --no-purge Disable the purging process.
66
68 If you find a bug or want to submit a wish-list to the development
69 team, feel free to use the official Bug Tracking System:
70 http://bugzilla.backup-manager.org
71
73 To find latest news and releases, come to the official website:
74 http://www.backup-manager.org
75
77 backup-manager-upload(8), ssh-keygen(1)
78
80 Alexis Sukrieh <sukria@backup-manager.org>
81
82
83
84 backup-manager(8)