Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-02-05 23:41:14 +03:00
parent d6abf65df9
commit ecc7b929e9

View File

@ -17,6 +17,17 @@
# - a way to maintain a set number of snapshots...
#
# handle args...
for arg in "$@" ; do
case $arg in
-h|--help)
# XXX
exit
;;
esac
done
SNAPSHOT_DIR=.snapshots
SUBVOLUME_DIR=media
SNAPSHOT_COUNT=5