Display deflation percentage of tar command (like zip command)
This question may sound wierd but I would like to know if there is a
possibilty to display the deflation percentage of the files processed in
the tar command.
I use this command tar -cjvf "$BACKUP_PATH/Complete Backup $date.tar.bz2"
$MINECRAFT_PATH to create a backup of a minecraft game server. And this is
displaying all the files it is processing. This looks almost like the zip
command. The differnece here is that once the zip command is finished it
displays how much the file got deflated. I wonder if this is possible with
the tar command.
No comments:
Post a Comment