Skip to content

gzip necessary ? #1

@miguel-negrao

Description

@miguel-negrao

$ADB $DEVICE shell "$CMD tar -cvzf /sdcard/Download/$FILENAME -T /sdcard/Download/$FILENAME.1.txt -T /sdcard/Download/$FILENAME.2.txt $END"
echo "[Info ] Copy terminated."
echo "[Info ] Compressing \"$FILENAME\" ..."
$ADB $DEVICE shell gzip /sdcard/Download/$FILENAME
echo "[Info ] Compressing terminated."

Is gzip necessary given that tar with the z option will send the file through gzip ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions