source: MondoRescue/branches/3.3/mondo-doc/mondoarchive.8@ 3681

Last change on this file since 3681 was 3681, checked in by Bruno Cornec, 7 years ago

Document NFS no_root_squash usage (From a patch provided by Stanislav Tokoš stanislav.tokos_at_iba-group.com)

  • Property svn:keywords set to Id
File size: 18.0 KB
Line 
1.\" This is free documentation; you can redistribute it and/or
2.\" modify it under the terms of the GNU General Public License as
3.\" published by the Free Software Foundation; either version 2 of
4.\" the License, or (at your option) any later version.
5.\"
6.\" The GNU General Public License's references to "object code"
7.\" and "executables" are to be interpreted as the output of any
8.\" document formatting or typesetting system, including
9.\" intermediate and printed output.
10.\"
11.\" This manual is distributed in the hope that it will be useful,
12.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
13.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14.\" GNU General Public License for more details.
15.\"
16.\" You should have received a copy of the GNU General Public
17.\" License along with this manual; if not, write to the Free
18.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
19.\" USA.
20.\"
21.TH mondoarchive 8 "PBDATE" "Mondo Rescue PBVER-rPBREV"
22
23.SH NAME
24mondoarchive \- a backup / disaster\-recovery tool.
25
26.SH SYNOPSIS
27.B mondoarchive \-O
28[
29.I options
30] : backup your machine
31.br
32.B mondoarchive \-V
33[
34.I options
35] : verify your backup
36
37.SH DESCRIPTION
38.PP
39.I mondoarchive
40backs up a subset of your files, your entire filesystem, or even images of
41non-Linux filesystems to CD's, tape, ISO images or an NFS mount. In the event of
42catastrophic data loss, you will be able to restore everything, taking a
43machine from bare metal to its original state if necessary.
44
45.PP
46With
47.BR \-O ,
48it backs up your filesystem to CD, tape, ISO images or NFS share. Boot media
49or a special boot CD will be created to allow you to restore from bare metal if
50necessary.
51
52.PP
53With
54.BR \-V ,
55it verifies the backup against the live filesystem. This option may be used in
56combination with
57.BR \-O
58to verify a backup after its creation, or on its own to see how much the live
59filesystem has changed since the backup was made.
60
61.PP
62Call mondoarchive
63.BR without
64.BR flags
65to make it auto-detect as many settings as possible, ask you politely for the
66rest, and then backup and verify your OS or a subset thereof.
67
68.PP
69To restore data, either run
70.I mondorestore
71from the command line or boot from the emergency media generated during
72the backup process. The latter will come in handy if a gremlin wipes your hard
73disk.
74
75.SH BACKUP MEDIA
76.TP 13
77You must specify one of the following:-
78
79.TP
80.BI "\-c " speed
81Use CD-R drive as backup device and its (write-once) disks as backup media.
82
83.TP
84.BI "\-w " speed
85Use CD-RW drive as backup device and its (write/rewrite) disks as backup media.
86Mondo will wipe media before writing to them.
87
88.TP
89.BI "\-r "
90Use DVD drive as backup device and its disks as backup media. Growisofs decides
91on the best speed for your drive. Note that calling mondoarchive
92.B using sudo when writing to DVDs will fail
93because growisofs does not support this \- see the growisofs manpage for
94details.
95
96.TP
97.BI "\-C " speed
98Use CD-R drive as a streaming device, almost like a tape streamer. Use
99write-once disks as backup media.
100.B Experimental.
101
102.TP
103.BI "\-p " prefix
104Use
105.B prefix
106to generate the name of your ISO images.
107By default, mondoarchive names images mondorescue-1.iso, mondorescue-2.iso, ...
108Using
109.B \-p machine
110will name your images machine-1.iso, machine-2.iso, ...
111
112.TP
113.BI "\-i "
114Use ISO files (CD images) as backup media. This is good for backing up your
115system to a spare hard drive. The
116.B \-n
117switch is a wiser choice if you plan to restore from a remote filesystem.
118
119.TP
120.BI "\-n " mount
121Use files residing on a remote share as backup media.
122.I mount
123is the remote mount-point, e.g. 'nfs://192.168.1.3/home/nfs'
124for my file server. If not mounted, mondoarchive will do it for you. So nice ;-)
125If your NFS server only accept write from a backup user, you may specify it with the syntax:
126.B nfs://user@machine/mount/path
127and mondoarchive will try to do its best to support it.
128Other protocols are available such as sshfs for fuse SSH based filesystem
129mount, with the same syntax e.g. 'sshfs://user@192.168.1.3/home/nfs' and
130smbfs (aka cifs) for SaMBa or Windows based filesystem mount.
131.B WARNING for NFS you may want to use no_root_squash in /etc/exports eg:
132/mnt/nfs-share 192.168.x.y(rw,sync,no_subtree_check,no_root_squash)
133
134.TP
135.BI "\-t "
136Use tape streamer as backup device and its tapes as backup media.
137
138.TP
139.BI "\-U "
140Use a generic USB device as backup device. Use this if you want to write
141your backup to a USB key or USB disk, which will be make bootable.
142The USB device should be attached to the system in order for this to work and
143its device name passed to the
144.BR \-d
145option. Do not use the partition name, but the raw device name (/dev/sda e.g.)
146.B WARNING: All the data on the related device will be removed.
147
148.TP
149.BI "\-u "
150Use a generic streaming device as backup device. Use this if you want to write
151your backup to a device that is not directly support by mondoarchive. This will
152send the data directly to a raw device.
153.B For experienced users only.
154
155.SH MAJOR OPTIONS
156.TP 13
157.BI "\-D "
158Make a differential backup: examine the filesystem and find which files have
159changed since the last full backup was carried out. Backup only those files.
160
161.TP
162.BI "\-E " "\*(lqdir|...\*(rq"
163Exclude dir(s) from backup. The dirs should be separated with a pipe and surrounded by quotes.
164This is the prefered and recommended option when doing partial archiving.
165Note that mondo automatically excludes removable media (/mnt/floppy,
166/mnt/cdrom, /proc, /sys, /run, /tmp). For example, if you are backing up to an NFS mount but you
167do not want to include the contents of the mount in a backup, exclude your
168local mount-point with this switch. It will also work with partitions, e.g.
169/dev/sdd4 if you have a peculiar SCSI zip drive which insists on showing up in
170the mountlist. NB: If you exclude /dev/sdd4 then the /dev entry itself will
171still be backed up, even though the mountlist entry will be suppressed.
172N.B.: If you specify a directory with a final / its content will be
173archived so it won't do what you expect.
174You may also specify full disk device to this option as with \-E
175\*(lq/dev/sda|/dev/cciss/c0d0\*(rq
176N.B.: If for example you have a disk /dev/mapper/vgsan-lvdir mounted on a /mnt mountpoint
177excluding the /dev/mapper/vgsan-lvdir device prevents mondorestore to touch the LVM structure
178of this device at restore time (no pv|vg|lvcreate will occur).
179However, if you exclude the mount point /mnt, the LVM structure will be re-created at restore time.
180ALL DATA WILL THEN BE LOST ON THIS DEVICE. Use what is required for your configuration.
181
182.TP
183.BI "\-I " "\*(lqdir|...\*(rq"
184Include dirs(s) in backup. The dirs should be separated with a pipe and surrounded by quotes.
185This option is mainly used to perform tests
186in order to reduce the time taken by the archiving operation.
187The default backup dir is \*(lq/\*(rq but you may specify alternatives,
188e.g. \-I \*(lq/home|/etc\*(rq to override that.
189You may also specify full disk device to this option as with \-I
190\*(lq/dev/sda|/dev/cciss/c0d0\*(rq
191N.B.: When using the
192.BR \-I
193option with the
194.BR \-E
195option, the \-E content should be subdirectories of those mentioned in
196the \-I only, as \-I takes precedence.
197
198.TP
199.BI "\-J " "file"
200Specify an explicit list of files and directories to include in a plain text file, one item
201(file or directory) per line. Beware that directories placed in that file are not managed recursively contrary to what is done with the \-I option.
202
203.TP
204.BI "\-N"
205Exclude all mounted network filesystems. This currently means NFS, SMB, Coda, MVFS, AFS
206OCFS and Netware. In other words, only backup the local hard disk(s).
207
208.TP
209.BI "\-d " "dev|dir"
210Specify the backup device (CD/tape/USB) or directory (NFS/ISO). For CD-R[W] drives,
211this is the SCSI node where the drive may be found, e.g. '0,1,0'. For tape
212users, this is the tape streamers /dev entry, e.g. '/dev/st0'. For USB users,
213this is the device name of your key or external disk. For ISO users,
214this is the directory where the ISO images are stored. For NFS users, this is
215the subdirectory under the NFS mount where the backups are stored. The default
216for ISO and NFS is '/var/cache/mondo'.
217
218.TP
219.BI "\-g "
220GUI mode. Without this switch, the screen output of mondoarchive is suitable
221for processing by an 'expect' wrapper, enabling the user to backup nightly via
222a cron job. However, if you want to run this program with an attractive but
223non-cron-friendly interface then use '\-g'.
224
225.TP
226.BI "\-k " "path"
227Full path name of the kernel to use. Generally your native kernel should be
228found and work appropriately. Otherwise, you may use this option to point to
229another one. E.g. '\-k /boot/myvmlinuz'.
230
231.TP
232.BI "\-m "
233Manual (not self-retracting) CD trays are often found on laptops. If you are
234a laptop user, your CD burner has BurnProof technology or you experience
235problems with mondo then please call mondoarchive with this switch.
236
237.TP
238.BI "\-o "
239Use OBDR (One Button Disaster Recovery) type of tapes.
240By default, tapes are not bootable. With this flag, tape will be made bootable
241following the OBDR format.
242
243.TP
244.BI "\-s " "size"
245How much can each of your backup media hold? You may use 'm' and 'g' on the end
246of the number, e.g. '700m' for an extra-large CD-R. You no longer need to
247specify the size of your cartridges if you are backing up to tape.
248
249.TP
250.BI "\-x " "'dev ...'"
251Specify non-Linux partitions which you want to backup, e.g. NTFS or BeOS.
252
253
254.SH MINOR OPTIONS
255.TP 13
256.BI "\-[0-9] "
257Specify the compression level. Default is 3. No compression is 0.
258
259.TP
260.BI "\-A " "command"
261This command will be called after each CD/NFS/ISO file is written. It is useful
262if you want to do something with an ISO after creating it, e.g. write it to a
263CD burner using a non-standard command.
264.B \-A
265understands two tokens \- _ISO_ and _CD#_ - which will be translated into the
266ISO's filename and its index number (1, 2, ...) respectively. So, you could use
267.I \-A 'foobackup _ISO_; rm \-f _ISO_'
268to feed each ISO to some magical new backup tool.
269
270.TP
271.BI "-B " "command"
272This command will be called before each CD/NFS/ISO file is written. See
273.B \-A
274for more information.
275
276.TP
277.BI "\-F "
278Do not retry when a command failed but just exits. This is useful for an
279automated mode launched from cron where you want to avoid filling your logs
280due to an answer which is impossible to give.
281
282.TP
283.BI "\-G "
284Use gzip, the standard and quicker Linux compression engine, instead of bzip2.
285
286.TP
287.BI "\-H "
288When you boot from the tape/CD, your hard drive will be wiped and the archives
289will be restored. Your decision to boot from the tape/CD will be taken as
290consent. No further permission will be sought.
291.B Use with caution.
292
293.TP
294.BI "\-L "
295Use lzo, a fast compression engine, instead of bzip2. You may find lzo on
296Mondo's website or via FreshMeat. WARNING! Some versions of LZO are unstable.
297
298.TP
299.BI "\-M " "max-size"
300Gives the maximum size of a biggie file (by default 64 MB). The value should
301be given in kB. Example use \-M 128000 to have biggie being more than 128 MB.
302
303.TP
304.BI "\-Y "
305Use lzma, the new quicker and optimized Linux compression engine, instead of bzip2.
306
307.TP
308.BI "\-R "
309Star is an alternative to afio. Can be useful for distributions considering
310that afio is not free enough due to its age and old licenses (wrongly in our
311opinion). Star can be used to have a better support of sparse file compared to
312afio. Also star supports natively POSIX ACLs, whereas afio requires a special
313additional handlling.
314
315.TP
316.BI "\-P " "tarball"
317Post-nuke tarball. If you boot into Nuke Mode and everything is restored
318successfully then the
319.I post-nuke
320script will be sought and executed if found. This is useful for post-restore
321customization. It is assumed that the tarball (.tar.gz format) will contain not
322just the
323.I post-nuke
324script (or binary, or whatever it is) but also any files it requires.
325
326.TP
327.BI "\-S " "path"
328Specify the full pathname of the scratchdir, the directory where ISO
329images are built before being archived. If you have plenty of RAM and
330want to use a ramdisk for scratch space, specify its path here.
331
332.TP
333.BI "\-T " "path"
334Specify the full pathname of the tempdir, the directory where temporary
335files (other than ISO images being assembled) are stored. See
336.B \-S
337
338.TP
339.BI "\-W "
340Don't make your backup self-booting. This is a really bad idea, IMO. Don't do
341this unless you have really great boot disks in your hand and you are an anally
342retentive SOB who can't wait 2 minutes for Mindi to run in the background. If
343you use \-W then you'd better know what the hell you're doing, okay?
344
345.TP
346.BI "\-b "
347Specify the internal block size used by the tape drive. This is usually 32K but
348some drives just don't like that. They should but they don't. That's what
349happens when tape drive vendors don't talk to kernel driver writers. Try 512 or
35016384.
351
352.TP
353.BI "\-e "
354Don't eject the CD or tape when backing up...
355
356.TP
357.BI "\-f " "device"
358Specify the drive on which your Master Boot Record lives. Usually, this is
359discovered automatically. A good use case may be when you have software RAID.
360
361.TP
362.BI "\-l " "GRUB|LILO|ELILO|RAW"
363Specify the boot loader. By default, your environment is examined and
364the boot loader can usually be discovered. If you specify RAW then the MBR will
365be backed up and restored byte-for-byte without any analysis. It is likely that
366you will also need to specify the boot device with \-f <dev>. ELILO is mandatory
367for IA64 machines. GRUB is mandatory for now for UEFI systems.
368
369.TP
370.BI "\-Q "
371Give more detailed information about the boot loader.
372
373.TP
374.BI "\-K " "loglevel"
375Specify the loglevel. Use 99 for full debug. Standard debug level is 4.
376
377.TP
378.BI "\-v "
379Gives mondoarchive version.
380
381.TP
382.BI "\-z "
383Use extended attributes and acl for each file and store them in the
384backup media. Use this option if you use SElinux e.g. but it will slow
385down backup and restore time of course.
386
387
388.SH DIAGNOSTICS
389Mondo generates one additional, and extremely important file:
390.BI /var/log/mondoarchive.log.
391When seeking technical support, attach this file to your email.
392
393
394.SH FILES
395.IR /var/log/mondoarchive.log
396This log contains important information required to analyse mondoarchive
397problem reports. Did I already said that it's highly recommended to send this file with
398support questions.
399
400.SH ENVIRONMENT VARIABLES
401.IR ARCH
402This variable is passed to the environment by mondoarchive so that
403other tools are aware of the underlying hardware architecture.
404
405.IR MONDO_SHARE
406This variable is passed to the environment by mondoarchive so that
407mindi is aware that it's called from it and act accordingly. It contains
408the shared directory for the mondo package.
409
410.IR PATH
411This variable is modified internally by mondoarchive so that /sbin:/usr/sbin:/usr/local/sbin
412are appended to it systematically in order to find the required tools.
413
414.IR TMPDIR
415This variable is used, if defined, as the target directory to create
416all the temporary files needed during the operation (not the scratch files)
417
418.IR MRTMP
419This variable is used, if defined and if TMPDIR is not defined, as the target
420directory to create all the temporary files needed during the operation
421(not the scratch files)
422
423With none of these variables defined, nor the -T option on the CLI then
424/tmp is used for temporary files.
425
426.IR MRSCRATCH
427This variable is used, if defined, as the target directory to create all the
428scratch files needed during the operation such as the archives (not the temp
429files). If this variable is not defined, /tmp is used for scratch files if
430using the CLI without -S option specified, and the largest partition available
431is proposed in the GUI if that one is used.
432
433.SH NOTES
434A link to Mondo's HTML-based manual (by Bruno Cornec, Mikael Hultgren,
435Cafeole, Randy Delphs, Stan Benoit, and Hugo Rabson) may be found at
436.I http://www.mondorescue.org/docs.shtml
437\- or in
438.I /usr/share/doc/mondo-x.xx
439on your hard drive.
440
441.SH BUGS
442It is recommend that your system has more than 64 MB ram. SCSI device order
443change with nuke can have unexpected results. It is recommended you use expert
444mode with drastic hardware reconfigurations.
445
446.SH EXAMPLES
447
448.BI ISO:
449Backup to a directory; note that /mnt/foo's contents will be backed up except
450for its ISO's unless you exclude it, as follows:
451.br
452.I "mondoarchive -Oi -d /mnt/foo -E '/mnt/foo|/mnt/foo2' -p \`hostname\`-\`date +%Y-%m-%d\`"
453
454Backup to ISO's non-interactively, e.g. as a job running in /etc/cron.daily:
455.br
456.I "mkdir -p /bkp/\`date +%A\`; mondoarchive -Oi -9 -d /bkp/\`date +%A\` -E /bkp"
457
458.BI DVD:
459Backup machine using DVD Media:
460.br
461.I "mondoarchive -OVr -d /dev/scd0 -gF -s 4480m"
462
463.BI TAPE:
464Backup to tape, using lzo compression (WARNING - can be unstable):
465.br
466.I "mondoarchive -Ot -d /dev/st0 -L"
467
468Verify existing tape backup which was made with lzo compression:-
469.br
470.I "mondoarchive -Vt -d /dev/st0 -L -g"
471
472Backup to tape, using max compression:
473.br
474.I "mondoarchive -Ot -9 -d /dev/st0 "
475
476.BI CD-R:
477Backup to 700MB CD-R disks using a 16x CD burner:
478.br
479.I "mondoarchive -Oc 16 -s 700m -g"
480
481Verify existing CD-R or CD-RW backup (works for either):-
482.br
483.I "mondoarchive -Vc 16"
484
485.BI CD-RW:
486Backup to 650MB CD-RW disks using a 4x CD ReWriter:
487.br
488.I "mondoarchive -Ow 4"
489
490Backup just your /home and /etc directory to 650MB CD-RW disks using a 4x CD
491ReWriter:
492.br
493.I "mondoarchive -Ow 4 -I \*(lq/home|/etc\*(rq"
494
495.BI NFS:
496Backup to an NFS mount:
497.br
498.I "mondoarchive -On nfs://192.168.1.2/home/nfs -d /Monday -E /mnt/nfs"
499
500Verify existing NFS backup:-
501.br
502.I "mondoarchive -Vn nfs://192.168.1.2/home/nfs -d /Monday"
503
504.BI USB:
505Backup to your 4GB USB key, using gzip compression:
506.br
507.I "mondoarchive -OU -d /dev/sda -s 4g -G"
508
509.BI RAID:
510Backup machine to a Software Raid mount point, iso size 700mb:
511.br
512.I "mondoarchive -O -s 700m -d /mnt/raid"
513
514
515.SH "SEE ALSO"
516afio(1), bzip2(1), find(1), mindi(8), mondorestore(8).
517.SH AUTHORS
518Bruno Cornec (lead-development)
519.I "bruno_at_mondorescue.org"
520.br
521Andree Leidenfrost (co-developer)
522.I "aleidenf_at_bigpond.net.au"
523.br
524.SH ORIGINAL AUTHORS
525Hugo Rabson (original author)
526.I "hugo.rabson_at_mondorescue.org"
527.br
528Jesse Keating (original RPM packager)
529.I "hosting_at_j2solutions.net"
530.br
531Stan Benoit (testing)
532.I "troff_at_nakedsoul.org"
533.br
534Mikael Hultgren (docs)
535.I "mikael_hultgren_at_gmx.net"
536.br
537See mailing list at http://www.mondorescue.org for technical support.
Note: See TracBrowser for help on using the repository browser.