mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-15 16:01:38 +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...
|
||||
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
|
||||
|
||||
|
||||
@ -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=
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user