ファイル「derp」を復元しようとしている間、端末は derp0000644000175000017500000000000512343302711011660 0ustar UserUserDerp を出力し、ファイルを解凍しません。混乱しています。誰か助けてください。
# let the user choose what they want to Restore
echo -n "Select the file or directory you want to Restore"
read chosendata
echo -e "Starting Restore"
# unziping files
gunzip -c ${chosendata}
# end the backup.
echo -e "Restore complete"