You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would the pget team be amenable to me making the change that allows extraction to already existing directories? I currently I work around this by doing the following:
pget "https://storage.googleapis.com/xxx/xxx/xxx.tar.gz" "/tmp/usrfile.tar.gz"
tar xf "/tmp/usrfile.tar.gz" -C /
rm "/tmp/usrfile.tar.gz"
The text was updated successfully, but these errors were encountered:
I was using
pget
to download a tarball and extract to the root of my container/
with the following command:I receive the following error message:
Error: destination / already exists
Would the
pget
team be amenable to me making the change that allows extraction to already existing directories? I currently I work around this by doing the following:The text was updated successfully, but these errors were encountered: