Skip to content

Instantly share code, notes, and snippets.

View aniop's full-sized avatar
🎯
Focusing

aniop

🎯
Focusing
View GitHub Profile
@kiview
kiview / docker_volume_backup.sh
Last active January 18, 2024 12:25
Docker-Compose volume backup
#!/bin/bash
compose_file_path=$1
project_name=$2
backup_path=$3
function backup_volume {
volume_name=$1
backup_destination=$2