Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-02-02 14:52:15 +03:00
parent f76f04118c
commit e28367db0d
2 changed files with 13 additions and 1 deletions

View File

@ -21,12 +21,14 @@ COPYFLAGS=$RSYNCFLAGS
# XXX need to test if this exists...
VERIFY=jdupes
VERIFYFLAGS="-r -u -I"
DO_VERIFY=1
DO_VERIFY=
COMPRESS=./compress-archive.sh
DO_COMPRESS=1
SNAPSHOT=../../../../snapshot.sh
# Config file to contain all the default settings...
# XXX not sure if this is a good idea...
@ -352,6 +354,11 @@ if [[ $DO_COMPRESS ]] ; then
echo "Compressing archive: done."
fi
##if ! [ -z "$SNAPSHOT" ] \
## && [ -e "$SNAPSHOT" ] ; then
## "$SNAPSHOT"
##fi
# XXX add report...
# XXX

View File

@ -18,6 +18,11 @@ if ! btrfs filesystem usage . > /dev/null ; then
exit
fi
createTree(){
mkdir -p ./media/img/my/work/
# XXX copy scritps...
}
#SNAPSHOT_COUNT=