1
0
Fork 0
ejv2.cc/bigfiles.tsv
Ethan Marshall d177a087ea
Add bigfiles system
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.
2024-09-20 11:44:18 +01:00

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.