[Semibug] saving libre office often [was: is there any office package (especially spreadsheet) that lets me choose a PEN color
CAREY SCHUG
sqrfolkdnc at comcast.net
Thu May 23 02:49:49 EDT 2024
Years ago my spreadsheet often got into a non-working condition, but not in several years and I save often enough I don't need your special tool, which I don't understand from a quick read.
<pre>--Carey</pre>
> On 05/23/2024 1:26 AM CDT Steve Litt <slitt at troubleshooters.com> wrote:
>
...
>
> Yes. If you *must* use LibreOffice, save versions very often.
>
> By the way, if you want to save versions only when the document is in
> working condition, consider implementing my bupsky script:
>
> ========================================================
> #!/bin/sh
>
> buptrunk=/scratch/bup
> curdir=$(pwd | sed -e "s/.*\///")
> bupdir=$buptrunk/$curdir
> now=$(date +%Y%m%d_%H_%M_%S)
> src=../$curdir
> dst=$bupdir/${curdir}_$now
>
> if test ! -d "$bupdir"; then
> mkdir "$bupdir"
> fi
>
> cp -RpL "$src" "$dst"
> #ls -ltr $bupdir | tail -n 4
> echo backup written to "$dst"
> ========================================================
>
> Obviously, you'd change the buptrunk variable to wherever you want.
>
> This command can be run in 3 seconds counting switching to a terminal,
> fast enough that you don't lose your train of thought.
>
> SteveT
>
> Steve Litt
>
> Autumn 2023 featured book: Rapid Learning for the 21st Century
> http://www.troubleshooters.com/rl21
>
> _______________________________________________
> Semibug mailing list
> Semibug at lists.nycbug.org
> https://lists.nycbug.org:8443/mailman/listinfo/semibug
More information about the Semibug
mailing list