WIP: [#8] Add extract command #12

Draft
KurlesHS wants to merge 1 commit from KurlesHS/rclone:feature/extract_command into tcl/master
Member

Added the extract command.

Usage examples:
Unpacking a local tar.gz archive on a remote host:

rclone extract ~/archive.tar.gz s3backend:bucket/dir

Unpack an archive located on one remote host onto another remote host.

rclone extract s3backend:bucket/archive.tar.gz frostfsbackend:cnr/dir

Flags:
--transfers N: the number of parallel copy operations being processed. Default value: 4

Documentation is not included in this PR. At the moment, only tar.gz archives are supported.

close #8

Added the `extract` command. Usage examples: Unpacking a local tar.gz archive on a remote host: ```bash rclone extract ~/archive.tar.gz s3backend:bucket/dir ``` Unpack an archive located on one remote host onto another remote host. ```bash rclone extract s3backend:bucket/archive.tar.gz frostfsbackend:cnr/dir ``` Flags: `--transfers N`: the number of parallel copy operations being processed. Default value: 4 Documentation is not included in this PR. At the moment, only tar.gz archives are supported. close #8
KurlesHS self-assigned this 2025-02-11 17:45:56 +00:00
KurlesHS added 1 commit 2025-02-11 17:45:57 +00:00
Add extract command
Some checks failed
/ DCO (pull_request) Failing after 38s
/ Builds (pull_request) Successful in 2m7s
/ Lint (pull_request) Failing after 2m35s
/ Test (pull_request) Successful in 3m8s
636217076f
Signed-off-by: Aleksey Kravchenko <al.kravchenko@yadro.com>
KurlesHS force-pushed feature/extract_command from 636217076f to d36b5683b4 2025-02-11 17:59:11 +00:00 Compare
KurlesHS force-pushed feature/extract_command from d36b5683b4 to db212fcd3a 2025-02-11 18:38:00 +00:00 Compare
KurlesHS force-pushed feature/extract_command from db212fcd3a to b8a2d38011 2025-02-11 19:00:06 +00:00 Compare
KurlesHS force-pushed feature/extract_command from b8a2d38011 to b1b0f2d91f 2025-02-12 08:32:08 +00:00 Compare
KurlesHS force-pushed feature/extract_command from b1b0f2d91f to ab018e899d 2025-02-12 20:40:52 +00:00 Compare
KurlesHS force-pushed feature/extract_command from ab018e899d to 85c11fd513 2025-02-13 16:42:07 +00:00 Compare
KurlesHS force-pushed feature/extract_command from 85c11fd513 to d767ea91b3 2025-02-16 15:33:59 +00:00 Compare
KurlesHS force-pushed feature/extract_command from d767ea91b3 to b9ed7cea70 2025-02-16 15:39:14 +00:00 Compare
KurlesHS force-pushed feature/extract_command from b9ed7cea70 to 86592ef735 2025-02-16 15:50:03 +00:00 Compare
Some checks failed
/ DCO (pull_request) Successful in 56s
/ Builds (pull_request) Successful in 1m10s
/ Lint (pull_request) Failing after 2m17s
/ Test (pull_request) Successful in 2m58s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/extract_command:KurlesHS-feature/extract_command
git checkout KurlesHS-feature/extract_command
Sign in to join this conversation.
No description provided.