Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

98_backup.pm #30

Open
eszych opened this issue Dec 26, 2017 · 0 comments
Open

98_backup.pm #30

eszych opened this issue Dec 26, 2017 · 0 comments

Comments

@eszych
Copy link

eszych commented Dec 26, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant