Pinned Loading
-
Docker backup script
Docker backup script 1#!/bin/bash
23# Log file for capturing script output.
4LOG_FILE="/var/log/docker_backup.log"
5exec > >(tee -i $LOG_FILE)
-
Prune excess backups
Prune excess backups 1#!/bin/bash
23# specify the directory and threshold. MODIFY THIS TO REFLECT YOUR PATH AND THRESHOLD
4dir=/nfs/backup/docker
5threshold=10
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.