summaryrefslogtreecommitdiff
path: root/bin/poolify
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-07-02 18:36:07 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-07-02 18:36:07 -0400
commit71e3ca00e35e26fc7738ed955bb7178fac4c919d (patch)
treeb515646f1242f7c15c7ea9b3ec80f5dc71fda097 /bin/poolify
parent3f1ea48182ef0972e3df162a446cbcbbfc1e2a4e (diff)
Use pools in git
Diffstat (limited to 'bin/poolify')
-rwxr-xr-xbin/poolify2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/poolify b/bin/poolify
index 48dc828..f47f2f3 100755
--- a/bin/poolify
+++ b/bin/poolify
@@ -48,7 +48,7 @@ main() {
false
fi
# Ok, now copy that snapshot
- snapdir=dat/pools/snaps/"${datetime}00-${dirpart//\//_}"
+ snapdir=dat/pools/snaps/"${datetime}99-${dirpart//\//_}"
cp -aT dat/pools/snaps/"$prevsnap" "$snapdir"
# And touch file files we need to change
for filepart in $newfiles; do