Jeansen / bcrm

Clone, Backup, Restore and More
GNU General Public License v3.0
0 stars 1 forks source link

Filter parameter combinations and remove overhead #261

Closed Jeansen closed 2 years ago

Jeansen commented 2 years ago

Some paraemters can be ignored. For instnace, when doing a backup to a folder the parameter --all-to-lvm does not make sense. But instead of throwing an error I've decided to ignore non-critical parameters. This also is helpful when running tests. Therefore the script should ignore (filter) parameter overhead.