mirror of https://github.com/dirtbags/moth.git
backup/encryption wasn't actually working properly
This commit is contained in:
parent
4ac60452f5
commit
b49b80438c
|
@ -26,7 +26,7 @@ for pwfile in $PACKAGES/*/password; do
|
||||||
if [ -f $pwfile ]; then
|
if [ -f $pwfile ]; then
|
||||||
(
|
(
|
||||||
cat bkup.png
|
cat bkup.png
|
||||||
tar cf - $STATE | gzip -c | $PACKAGES/*/bin/tea 3< $pwfile
|
tar cf - $STATE | gzip -c | $PACKAGES/*/bin/tea -e 3< $pwfile
|
||||||
) > $BACKUP.new
|
) > $BACKUP.new
|
||||||
mv $BACKUP.new $BACKUP
|
mv $BACKUP.new $BACKUP
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue