tar restore flags

This commit is contained in:
paukstelis
2022-12-13 19:45:08 -05:00
parent 5f6aa99a68
commit 2644613cb0

View File

@@ -1217,7 +1217,7 @@ restore_menu() {
fi
echo "Selected $opt to restore" | log
tar -xvf $opt
tar --same-owner -xvfp $opt
main_menu
done
}