No project description provided
Project description
A simple script to archive (logs) to an AWS S3 bucket.
Installation
See ansible-role-archive-to-s3.
The role will install an entry in the crontab to execute it periodically. However you are free to call it directly in the command line archive-to-s3.
Note
The process is not preventing concurrent executions, so be aware of the risk.
Usage
Basic help:
$ archive-to-s3 -h usage: archive-to-s3 [-h] --config CONFIG [--simulate] [--verbosity {0,1,2}] optional arguments: -h, --help show this help message and exit --config CONFIG --simulate --verbosity {0,1,2} Archive stuff on S3.
Example configuration file (YAML):
enabled: true transfers: - name: logs bucket: my-app-log-archive delete: true directory: /var/log patterns: ".*\\.gz" # host_fqdn will be replaced by the result of socket.getfqdn() # e.g. ip-10-1-2-180.eu-west-1.compute.internal on Amazon Web Services prefix: logs/my-app/{host_fqdn}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size archive_to_s3-1.0.5-py3-none-any.whl (4.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size archive-to-s3-1.0.5.tar.gz (3.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for archive_to_s3-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d37b3f133694a606079077eecf2fa75c98d880f5fa50e5be48c599e08b2b83ec |
|
MD5 | 7d506a2f4632e7ce5a560eea768f0a44 |
|
BLAKE2-256 | 00394f1638be3494a79836ca9ccaef54cdf68192b1a2a106fdb91a1cc1759695 |