mhop / fhem-mirror

Branch 'master' is an unofficial read-only-mirror of https://svn.fhem.de/fhem/trunk which is updated once a day. (branch sf_old a mirror of the old repo: svn://svn.code.sf.net/p/fhem/code/trunk)
106 stars 127 forks source link

98_backup.pm #30

Open eszych opened 6 years ago

eszych commented 6 years ago

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.