"abra app cp" compression? #324
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Apparently
abra app cp
doesn't use compression becausedocker cp
doesn't.We might be able to borrow the
backup
/restore
compression functionality./cc @aadil @3wordchant
Work-around:
abra app run --no-tty <domain> app tar -czf- <path> > uploads.tar.gz
decentral1se referenced this issue2024-03-27 06:57:14 +00:00