Included -md5 on with option -for_backup
This commit is contained in:
@ -15478,7 +15478,7 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
" -xattr \"on\"|\"off\"",
|
||||
" Enable resp. disable reading and writing of xattr.",
|
||||
" -for_backup",
|
||||
" Shortcut for: -hardlinks on -acl on -xattr on",
|
||||
" Shortcut for: -hardlinks on -acl on -xattr on -md5 on",
|
||||
" -disk_dev_ino \"on\"|\"ino_only\"|\"off\"",
|
||||
" Enable resp. disable recording of disk file dev_t and ino_t",
|
||||
" and their use in file comparison.",
|
||||
@ -19079,6 +19079,8 @@ next_command:;
|
||||
ret= Xorriso_option_acl(xorriso, "on", 0);
|
||||
if(ret > 0)
|
||||
ret= Xorriso_option_xattr(xorriso, "on", 0);
|
||||
if(ret > 0)
|
||||
ret= Xorriso_option_md5(xorriso, "on", 0);
|
||||
|
||||
} else if(strcmp(cmd,"format")==0) {
|
||||
(*idx)++;
|
||||
|
Reference in New Issue
Block a user