You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to have "--one-file-system" included in 98_bakup.pm
This way the tar command will not dive into any mounted filesystem and add it to the backup...tar.gz file.
if (!defined($backupcmd)) {
if (lc($symlink) eq "no") {
$tarOpts = "cf --one-file-system";
} else {
$tarOpts = "chf --one-file-system";
}
Thanks for considering the change.
The text was updated successfully, but these errors were encountered:
Would like to have "--one-file-system" included in 98_bakup.pm
This way the tar command will not dive into any mounted filesystem and add it to the backup...tar.gz file.
if (!defined($backupcmd)) {
if (lc($symlink) eq "no") {
$tarOpts = "cf --one-file-system";
} else {
$tarOpts = "chf --one-file-system";
}
Thanks for considering the change.
The text was updated successfully, but these errors were encountered: