Skip to content

Instantly share code, notes, and snippets.

@prehensilecode
prehensilecode / snapshotter.py
Last active July 18, 2024 20:56
GPFS snapshotter script
#!/usr/bin/env python3.6
# Author: David Chin [email protected]
import sys
import os
import shlex
import subprocess
import argparse
import datetime
import calendar
from pathlib import Path