scripts icon indicating copy to clipboard operation
scripts copied to clipboard

This is my personal script collection. Here you'll find bash, and python scripts for various tools, and technologies.

Results 5 scripts issues
Sort by recently updated
recently updated
newest added

Removed some standard databases. And added functionality to backup each database to own file.

I added Postgres script that i use and change mysql command to backup all databases. I don't know is this the best way but it works on our production server...

Hi @ChristianLempa, thanks for the script: db-container-backup/db-container-backup.sh Question: How to you handle databases that are integrated into the application containers (e.g. pihole, etc) which make up a major part of...

Since I did not want to add more codeblocks for each container using a sqlite database I thought about having this a bit more generic and came up with this...

The script is backing up databases...well, all of them except one which I am into the script. Downloading any of the databases for inspection on my desktop reveals no data;...