Name | Description |
---|---|
iptables_rate_limit.sh | Rate limit requests with iptables |
sentry-backup.sh | Backup and upload sentry dump to nexus storage |
mysqldump.sh | Backup and upload Mysql databases to S3 storage |
zfs_snapshot_rotate.sh | Create zfs snapshots and remove all snapshots that are older than 24 hours |
mysql_replication_monitoring.sh | Base monitoring tool for MySQL multisource replication, with notify to telegram |
backup-vaultwarden.sh | Create VaultVarden dump |
convert-to-json.sh | Convert mysql database tables to json format |
Name | Description |
---|---|
redis_set_ttl.py | This script sets the TTL for all keys in a Redis database. It splits the keys into chunks and creates a thread for each chunk to set the TTL. This approach is more efficient than setting the TTL for each key in a serial manner. |