You can download a known paste/post from https://paste.debian.net/ with the following command (the wget or curl package must be installed):
Code: Select all
PASTE_ID="1298072" sh -c 'wget -O "downloaded_paste_$PASTE_ID.txt" "https://paste.debian.net/plain/$PASTE_ID"'
Code: Select all
PASTE_ID="1298072" sh -c 'curl -o "downloaded_paste_$PASTE_ID.txt" "https://paste.debian.net/plain/$PASTE_ID"'
See https://github.com/formorer/paste.pl/blob/master/apache-config#L11 for https://forums.debian.net URL rewrite rules.
EDIT:
For your convenience, instructions on how to upload to https://paste.debian.net/ can be found here: