Changeset 3141 in MondoRescue for branches/3.0/mondo/src/mondoarchive
- Timestamp:
- Jun 13, 2013, 6:05:57 PM (12 years ago)
- Location:
- branches/3.0/mondo/src/mondoarchive
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/mondoarchive/mondoarchive.c
r3060 r3141 45 45 */ 46 46 bool g_ISO_restore_mode = FALSE; 47 48 /* Whether we should fail immediately at first error */ 49 bool g_fail_immediately = FALSE; 47 50 48 51 /* Do we use extended attributes and acl ? -
branches/3.0/mondo/src/mondoarchive/mondoarchive.h
r3139 r3141 9 9 */ 10 10 char *MONDO_LOGFILE = "/var/log/mondoarchive.log"; 11 char *MONDO_OPTIONS = "0123456789A:B:C:DE: GHI:J:K:LM:NOP:QRS:T:UVWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";11 char *MONDO_OPTIONS = "0123456789A:B:C:DE:FGHI:J:K:LM:NOP:QRS:T:UVWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z"; 12 12 13 13 /* No restriction on ps options */
Note:
See TracChangeset
for help on using the changeset viewer.