Discussion:
backup before install update
Ubuntu Linux
2018-10-12 02:00:57 UTC
Permalink
I've been slacking and run now 1.4 still, but would like to get
updated to current.
But as I'm now kind of depending on hledger, I would like to take a
backup before I update, so that I can quickly restore to the current
operational version, without much hassle.
How would I go about that?
I'm running on a stack install, and frankly have no clue what stack does.

Thanks for your guidance.
Chris.
--
You received this message because you are subscribed to the Google Groups "hledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hledger+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Simon Michael
2018-10-12 02:14:25 UTC
Permalink
stack installs to ~/.local/bin.

cd ~/.local/bin
ls -l hledger*
cp hledger hledger1.4
cp hledger-ui hledger-ui1.4
cp hledger-web hledger-web1.4
cd
stack install... or bash hledger-install.sh... (as on download page)
Post by Ubuntu Linux
I've been slacking and run now 1.4 still, but would like to get
updated to current.
But as I'm now kind of depending on hledger, I would like to take a
backup before I update, so that I can quickly restore to the current
operational version, without much hassle.
How would I go about that?
I'm running on a stack install, and frankly have no clue what stack does.
Thanks for your guidance.
Chris.
--
You received this message because you are subscribed to the Google Groups "hledger" group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hledger+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ubuntu Linux
2018-10-12 02:16:04 UTC
Permalink
Awesome, for the quick response!
Post by Simon Michael
stack installs to ~/.local/bin.
cd ~/.local/bin
ls -l hledger*
cp hledger hledger1.4
cp hledger-ui hledger-ui1.4
cp hledger-web hledger-web1.4
cd
stack install... or bash hledger-install.sh... (as on download page)
Post by Ubuntu Linux
I've been slacking and run now 1.4 still, but would like to get
updated to current.
But as I'm now kind of depending on hledger, I would like to take a
backup before I update, so that I can quickly restore to the current
operational version, without much hassle.
How would I go about that?
I'm running on a stack install, and frankly have no clue what stack does.
Thanks for your guidance.
Chris.
--
You received this message because you are subscribed to the Google Groups "hledger" group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hledger" group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hledger+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...