English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   project.Amiga File Server (https://eab.abime.net/forumdisplay.php?f=108)
-   -   Compressed filelist.txt (https://eab.abime.net/showthread.php?t=89358)

jbl007 06 November 2017 22:29

Compressed filelist.txt
 
Hi,
the filelist.txt is quite big and gets bigger over time. Is it possible to have a compressed version? One out of gzip/bzip2/xz would be nice.

DannyBoy 11 November 2017 22:54

I've been thinking about this too.

@Turran:
It wouldn't be a bad idea to run something like this after file list creation :)

Code:

#!/bin/sh

INPUT=${1:-"/var/spool/ftp/pub/EAB/filelist.txt"}

gzip -9 -f < "$INPUT" -o "${INPUT}.gz"



All times are GMT +2. The time now is 02:02.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.05077 seconds with 11 queries