diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-17 15:23:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-17 15:23:10 -0500 |
commit | 4c979bdce5884b434cd0c82a162163c1e5fded02 (patch) | |
tree | ffb1ac0ceafe7bee079643f32db3cf3cf0ba0d40 /config.env.example | |
download | hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.tar.lz hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.tar.xz hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.zip |
initial commit
Diffstat (limited to 'config.env.example')
-rw-r--r-- | config.env.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.env.example b/config.env.example new file mode 100644 index 0000000..67d96a7 --- /dev/null +++ b/config.env.example @@ -0,0 +1,11 @@ +# +# HyperMirror Options +# +BWLIMIT="0" +SOURCE_URL="rsync://mirror.fsf.org/hyperbola/gnu-plus-linux-libre" +RSYNC_OPTIONS="--exclude='*.links.tar.gz*' --exclude='/other' --exclude='/sources'" + +# +# Crontab Options +# +CRONTAB="0 */6 * * *" |