diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-02 18:36:07 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-02 18:36:07 -0400 |
commit | 71e3ca00e35e26fc7738ed955bb7178fac4c919d (patch) | |
tree | b515646f1242f7c15c7ea9b3ec80f5dc71fda097 /bin/poolify | |
parent | 3f1ea48182ef0972e3df162a446cbcbbfc1e2a4e (diff) |
Use pools in git
Diffstat (limited to 'bin/poolify')
-rwxr-xr-x | bin/poolify | 2 |
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 |