Changeset 907 in MondoRescue for branches/stable
- Timestamp:
- Oct 27, 2006, 8:10:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo-doc/mondoarchive.8
r791 r907 105 105 .B prefix 106 106 to generate the name of your ISO images. 107 By default, mondoarchive calls images mondorescue-1.iso, mondorescue-2.iso, ...107 By default, mondoarchive names images mondorescue-1.iso, mondorescue-2.iso, ... 108 108 Using 109 109 .B -p machine 110 it will callyour images machine-1.iso, machine-2.iso, ...110 will name your images machine-1.iso, machine-2.iso, ... 111 111 112 112 .TP … … 145 145 Exclude path(s) from backup. The paths should be separated with a whitespace. 146 146 Note that mondo automatically excludes removable media (/mnt/floppy, 147 /mnt/cdrom, etc.). For example, if you are backing up to an NFS mount but you147 /mnt/cdrom, /proc, /sys, /tmp). For example, if you are backing up to an NFS mount but you 148 148 do not want to include the contents of the mount in a backup, exclude your 149 149 local mount-point with this switch. It will also work with partitions, e.g. … … 151 151 the mountlist. NB: If you exclude /dev/sdd4 then the /dev entry itself will 152 152 still be backed up, even though the mountlist entry will be suppressed. 153 N OTA: If you precisea directory with a final / its content will be archived so it won't do what you expect.153 N.B.: If you specify a directory with a final / its content will be archived so it won't do what you expect. 154 154 155 155 .TP … … 272 272 .TP 273 273 .BI "-S " "path" 274 Specify the scratchdir, the directory where ISO images are built before being274 Specify the full pathname of the scratchdir, the directory where ISO images are built before being 275 275 archived. If you have plenty of RAM and want to use a ramdisk for scratch 276 276 space, specify its path here. … … 278 278 .TP 279 279 .BI "-T " "path" 280 Specify the tempdir, the directory where temporary files (other than ISO images280 Specify the full pathname of the tempdir, the directory where temporary files (other than ISO images 281 281 being assembled) are stored. See 282 282 .B -S … … 320 320 .TP 321 321 .BI "-K " "loglevel" 322 Specify the loglevel. 322 Specify the loglevel. Use 99 for full debug. Standard debug level is 4. 323 323 324 324 … … 361 361 for its ISO's unless you exclude it, as follows:- 362 362 .br 363 .I "mondoarchive -Oi -d /mnt/foo -E \"/mnt/foo /mnt/foo2\" "363 .I "mondoarchive -Oi -d /mnt/foo -E \"/mnt/foo /mnt/foo2\" -p `hostname`-`date +%Y-%m-%d`" 364 364 365 365 Backup to ISO's non-interactively, e.g. as a job running in /etc/cron.daily:
Note:
See TracChangeset
for help on using the changeset viewer.