mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 00:31:40 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f76f04118c
commit
e28367db0d
@ -21,12 +21,14 @@ COPYFLAGS=$RSYNCFLAGS
|
|||||||
# XXX need to test if this exists...
|
# XXX need to test if this exists...
|
||||||
VERIFY=jdupes
|
VERIFY=jdupes
|
||||||
VERIFYFLAGS="-r -u -I"
|
VERIFYFLAGS="-r -u -I"
|
||||||
DO_VERIFY=1
|
DO_VERIFY=
|
||||||
|
|
||||||
|
|
||||||
COMPRESS=./compress-archive.sh
|
COMPRESS=./compress-archive.sh
|
||||||
DO_COMPRESS=1
|
DO_COMPRESS=1
|
||||||
|
|
||||||
|
SNAPSHOT=../../../../snapshot.sh
|
||||||
|
|
||||||
|
|
||||||
# Config file to contain all the default settings...
|
# Config file to contain all the default settings...
|
||||||
# XXX not sure if this is a good idea...
|
# XXX not sure if this is a good idea...
|
||||||
@ -352,6 +354,11 @@ if [[ $DO_COMPRESS ]] ; then
|
|||||||
echo "Compressing archive: done."
|
echo "Compressing archive: done."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
##if ! [ -z "$SNAPSHOT" ] \
|
||||||
|
## && [ -e "$SNAPSHOT" ] ; then
|
||||||
|
## "$SNAPSHOT"
|
||||||
|
##fi
|
||||||
|
|
||||||
# XXX add report...
|
# XXX add report...
|
||||||
# XXX
|
# XXX
|
||||||
|
|
||||||
|
|||||||
@ -18,6 +18,11 @@ if ! btrfs filesystem usage . > /dev/null ; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
createTree(){
|
||||||
|
mkdir -p ./media/img/my/work/
|
||||||
|
# XXX copy scritps...
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#SNAPSHOT_COUNT=
|
#SNAPSHOT_COUNT=
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user