Ethan Marshall
d177a087ea
Adds a system which should allow us to avoid copying the same massive files every time we want to update the site. Improves siteupdate performance by an order of magnitude.
408 B
408 B
1 | # bigfiles - a system for getting big files to the server efficiently |
---|---|
2 | # part of ejv2.cc -- by Ethan Marshall in 2024 |
3 | # |
4 | # This is the data file. |
5 | # Format is <local filename> <remote path> |
6 | # If <remote path> is a directory IT MUST END WITH A SLASH! |
7 | # |
8 | # See environment variables for where these are relative to. |