Pastebin
Jump to navigation
Jump to search
Pastebin | |
URL | https://pastebin.com |
Status | Online! |
Archiving status | In progress... |
Archiving type | DPoS |
Project source | pastebin-grab |
Project tracker | pastebin |
IRC channel | #pastalavista (on hackint) |
Data[how to use] | archiveteam_pastebin |
Pastebin is a text hosting service. While it's mostly meant for temporary storage, plenty of people also use it to permanently host a variety of documents.
Backup tools
Pastebin allows a logged in user to download a zip file containing all the "pastes" they have created.
How to help if you have lists of URLs
- For other ArchiveTeam projects that can use this kind of help, see Projects requiring URL lists.
This project requires lists of URLs for content on the target website. If you have a source of URLs, please:
- Use the PCRE regular expression
pastebin\.com\S+
for filtering.- Enable case-insensitive matching (e.g. grep's
-i
) to catch URLs with capitalization. - If using grep or similar, enable text matching (
-a
or--text
) to catch URLs in files with apparent binary data. - Example command (GNU grep):
grep -Pahoi 'pastebin\.com\S+' FILENAME FILENAME...
- Enable case-insensitive matching (e.g. grep's
- If the output exceeds a few megabytes, compress it, preferably using
zstd -10
. - Give the file a descriptive name and upload it to https://transfer.archivete.am/.
- Share the resulting URL in the project IRC channel.
- If you wish your list to remain private, please get in touch with a channel op (e.g. arkiver or JustAnotherArchivist). Items generated from your list will still be processed publicly, but they will be mixed in with all other items and channel logs will not associate them with you.
External links