Example send directory with tar + curl #257

Closed
opened 2026-01-19 18:29:38 +00:00 by michael · 4 comments
Owner

Originally created by @abitrolly on GitHub.

# Archive and upload directory
tar -czf - /var/log/journal | curl --upload-file - https://transfer.sh/journal.tar.gz
Originally created by @abitrolly on GitHub. ``` # Archive and upload directory tar -czf - /var/log/journal | curl --upload-file - https://transfer.sh/journal.tar.gz ```
Author
Owner

@paolafrancesca commented on GitHub:

@dopessoa yes, good idea. feel free to open a PR for that: I don't know how much time I will have for doing it promptly at the moment

@paolafrancesca commented on GitHub: @dopessoa yes, good idea. feel free to open a PR for that: I don't know how much time I will have for doing it promptly at the moment
Author
Owner

@paolafrancesca commented on GitHub:

fixed in #259 . thanks @dopessoa

@paolafrancesca commented on GitHub: fixed in #259 . thanks @dopessoa
Author
Owner

@dopessoa commented on GitHub:

@aspacca,

How about creating an examples.md file and referencing it on the README.md?

The idea would be to leave the main examples on the README.md and put the other ones on the examples.md.

@dopessoa commented on GitHub: @aspacca, How about creating an examples.md file and referencing it on the README.md? The idea would be to leave the main examples on the README.md and put the other ones on the examples.md.
Author
Owner

@dopessoa commented on GitHub:

I was really busy with work, I just could get back to this now, sent a PR, please review it when you have the time.

@dopessoa commented on GitHub: I was really busy with work, I just could get back to this now, sent a PR, please review it when you have the time.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#257