Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive old builds by uploading to the Internet Archive / Wayback Machine #657

Open
petefoth opened this issue Jul 31, 2024 · 2 comments
Open

Comments

@petefoth
Copy link
Contributor

Having run short of space on the download server, our archive of builds for devices which are no longer supported is currently being held on the build server, which means they are not generally accessible. We need to find a solution which allows them to be accessed by anyone at any time , without asking us.

In XDA, VitGTR suggested

Why not put old files on web.archive.org ? I could support the old archive using a torrent

There is a command line tool that can be used. We could tar/zip/whatever all the files for the last build for a device, and upload with suitable metadata. Then leave a link to the uploaded item in the archive directory on the download server. And suggest that people make a donation to the Internet Archive if they want to download and archived build.

@petefoth petefoth changed the title Archive old builds by uploading to the Internet Archive / Wayback MAchine Archive old builds by uploading to the Internet Archive / Wayback Machine Jul 31, 2024
@petefoth
Copy link
Contributor Author

petefoth commented Aug 9, 2024

For now, I am uploading requested builds to a new LineageOS Archive SourceForge project

Upload commands Need to put this into a shell script
export device=jfltexx
export ZIPFILE="los4microg-18.1-$device-archive.zip"
echo "$ZIPFILE"
cd "/mnt/persistent/zips/archive/$device" 
sudo zip "$ZIPFILE" *
scp "$ZIPFILE" "[email protected]:/home/frs/project/los4microgarchive/$device/"
cd

@petefoth
Copy link
Contributor Author

petefoth commented Aug 23, 2024

Looks like the whole archive is already available on the Internet Archive

https://web.archive.org/web/20240527093848/https://download.lineage.microg.org/archive/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant