Skip to content

Compress files that was rotated for other app with gzip algorithm based on modification time

License

Notifications You must be signed in to change notification settings

cyberluisda/gzrotated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gzrotated

Compress files that was rotated for other app with gzip algorithm based on modification time

Requirements

This project requires golang 1.16 version or higher

Build

Use go command to build executable file. For example:

go build -o build/gzrotated main.go

Run

Call with -h option to see all available options.

For example:

go run main.go -h

or, assuming you previously built with -o gzrotated option:

./build/gzrotated -h

About

Compress files that was rotated for other app with gzip algorithm based on modification time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages