wasta-backup:master

Last commit made on 2023-11-16
Get this branch:
git clone -b master https://git.launchpad.net/wasta-backup

Branch merges

Branch information

Name:
master
Repository:
lp:wasta-backup

Recent commits

f8ae2c5... by Justin Luth

bump to 1.3.7: change build-depends to qtbase5-dev

This works at least on focal (20.04),
which is the oldest supported LTS.

This is a blind fix that works to build for 24.04.

wasta-backup seems to run fine on noble numbat,
and even the auto-launch works in cinnamon still!

90e980a... by Rik Shaw

converted logo text to path so scales better

41d647d... by Rik Shaw

padded logo

03f186f... by Justin Luth

1.3.3 bugfix: enclose paths in double-quotes #2

Thanks to Steve Miller for reporting this one too.

0c0b585... by Justin Luth

1.3.3 bugfix: enclose paths in double-quotes

Ahh, the standard bug that I failed to notice when I copied
rsync commands. Of course, a space in the USB name
(or anywhere else, but that is the most likely although
the username might also have a space...) needs to
be handled with quoting.

Thanks to Steve Miller for reporting this.

5e4797a... by Justin Luth

cleanup:

no need to include .pro.user files

4939d68... by Justin Luth

1.3.2: use QT function QDir().removeRecursively(), not removeDir

Seems like this homemade function was needed in QT4,
but not in QT5.

c8c0639... by Justin Luth

remove old configs before sync

Synchronizing from the default configs got more complicated
when we used the backup as the active-configuration source.
So we don't want the real configs to be updated (therefore
rsync --ignore-existing), but there IS value in getting
a copy of the lastUsedConfigs (for restoreAll as well as
easy meld-comparison), and certainly at least we don't
want stale firstUsedConfigs (since they would never get updated).

So just delete these log-type files containing historical info.
Then the following sync will update with the central copy.

6fab611... by Justin Luth

config guide: only show defaults if no backup device.

It could be a bit confusing to modify a link that
says that it is the USB drive's backup, then stick
in a USB disk, and have the backup do something
different than what you just modified...(if the
device already had a config).

a193120... by Rik Shaw

icon name fix