| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pika-backup | Distribution: openSUSE Tumbleweed |
| Version: 0.8.2 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Apr 14 04:54:10 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 21329503 | Source RPM: pika-backup-0.8.2-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://gitlab.gnome.org/World/pika-backup | |
| Summary: Simple backups based on borg | |
Doing backups the easy way. Plugin your USB drive and let the Pika do the rest for you.
GPL-3.0-or-later
* Tue Apr 14 2026 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.8.2:
* Work around an issue with stored encryption passwords not
being able to be read or written.
* Mon Apr 13 2026 Dead Mozay <dead_mozay@opensuse.org>
- Remove disable-gtk-test.patch Fixed appstream.
* Mon Apr 13 2026 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.8.1:
* Fix timestamps not respecting 12h/24h clock format setting.
* Fix UI sometimes being unresponsive when starting / stopping
backups.
* Fix backups failing to get credentials or mount GFvs if two
scheduled backups are started at the same time. Now, only
one backups is started per minute.
* Fix buttons in notifications not working in flatpaked version
with workaround.
* Add detailed explanation about the risks and benefits of
encrypting backups.
* Change code to use three different Rust modules.
* Change fnmatches to be stored as strings instead of bytes in
config.
* Change setup dialog start page is split into two pages.
* Change history file to be smaller.
* Change to error out if archives are mounted for scheduled backup.
* Change to error out if backup is already in use for scheduled
backup.
* Change to use AdwAlertDialog.
* Change to use AdwAboutDialog.
* Change to use AdwDialog for all dialogs.
* Change to use AdwWrapBox instead of our own implementation.
* Change to use AdwShortcutsDialog.
* Change to use tracing for logging instead of glib.
* Change to no longer explicitly support X11.
* Change reconnect mechanism to be more robust in detecting
if work happened between disconnects.
* Add ability to backup files.
* Add dialog showing the state of closing archives mounted for
browsing when closing main window.
* Add propper error messages for more situations like missing
filesystem access.
* Add info about potential Ubuntu bug when mounting archives fails.
* Add pkgconfig(openssl) BuildRequires: New dependency.
* Mon Mar 02 2026 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.6:
* Changed screenshot URLs in metadata to static.gnome.org.
* Remove pika-backup-function-depends-on-never-type-fallback-being.patch
Fixed appstream.
* Mon Jan 12 2026 Dead Mozay <dead_mozay@opensuse.org>
- Add pika-backup-function-depends-on-never-type-fallback-being.patch
Fix build error.
* Wed Nov 12 2025 Dead Mozay <dead_mozay@opensuse.org>
- Disable tests.
* Mon Oct 13 2025 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.5:
* No changes.
* Tue Sep 24 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.4:
* This release does not present a wrong warning message if used
with BorgBackup 1.4. On Flathub, this release comes with
updates to GNOME 47 features like accent colors.
* Mon May 13 2024 Richard Rahl <rrahl0@disroot.org>
- clean spec file, readying for Factory
- let cargo_vendor update dependencies
* Fri Apr 12 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.2:
* This release fixes a crash in the view for scheduled backups.
For the feature of automatically executed shell commands,
the environment variables of the interface process are now
passed through to the shell command.
* Mon Mar 18 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.1:
* This release fixes an issue with displaying the selected
scheduled times correctly, and correctly lowers the CPU
priority of backup processes again.
* Sat Mar 02 2024 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.7.0:
* Fix filesystem was unmounted via other means error when trying
to unmount.
* Fix don't consider already mounted an error.
* Fix non-create operations would not postpone the schedule.
* Fix newly inserted volumes would sometimes not be detected
to contain backup repositories.
* Fix free space lookup doesn't use the SSH port from the backup
configuration.
* Fix missing device dialog would appear on top of other dialogs.
* Fix no time/day preselected when changing schedule
frequency mode.
* Change setup dialog to use new design.
* Change SMB mount error to be more descriptive.
* Change history log to include archive mounting errors.
* Change behavior on missing keyring daemon: Save passwords
in memory until close.
* Change to offer to stop browsing archive for every borg task.
* Change file and folder choosers to preselect a folder.
* Change backup notifications to be dismissed when a new backup
starts.
* Change local borg repository config to set
additional_free_space to 2G.
* Add docker to containers and VMs exclusion preset.
* Add per-backup preferences window.
* Add ability to set custom titles for backup configs.
* Add ability to edit regex and shell exclusion patterns.
* Add ability to run shell scripts on certain backup events.
* Add ability to change the backup encryption password.
* Add preference to allow running scheduled backups on battery.
* Add exclusion suggestions for unreadable paths.
* Add eject button for backup disk.
* Add function to check archives integrity.
* Add restart functionality to monitor process after app updates.
* Thu Feb 15 2024 Dead Mozay <dead_mozay@opensuse.org>
- Removed cargo_config, now located in vendor archive.
* Thu Feb 15 2024 Joshua Smith <jsmithfpv@gmail.com>
- Update specfile to modern rust packaging guidelines.
- Update to version 0.6.2:
* Fix an error where reconnection would silently fail
* Sat Apr 22 2023 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.6.1:
* Fix archives can not be mounted on some systems.
* Fix removable drives can not be added to a backup.
* Fri Apr 14 2023 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.6.0:
* Change prune section to only ask for confirmation
if more archives could be deleted.
* Change some of the setup dialogs design.
* Change status icon colors for better contrast.
* Change to always use Adwaita icon theme.
* Change to hide advanced settings behind toggle button in setup.
* Change to only list mounted SMB and SFTP locations
in setup dialog.
* Change to only mention SMB and SFTP schemas in setup dialog.
* Change to use AdwAboutWindow.
* Change to use AdwMessageDialog.
* Change to use XDG runtime dir on host instead of
HOME for mounts.
* Change to symbolic icons in include/exclude list.
* Add ability to add multiple includes/excludes at once from
file chooser.
* Add ability to delete single archives.
* Add automatic mounting of unmounted drives.
* Add debug information to about window.
* Add detection of renamed drives.
* Add guessed history entry when transferring config.
* Add missing standard shortcuts.
* Add predefined exclusion rules.
* Add regular expressions and shell pattern exclude support.
* Remove special representation with switch for Home folder.
* Fix a panic during backup size estimates for files that have
invalid time metadata.
* Fix spelling mistake in daemon app id constant.
/etc/xdg/autostart/org.gnome.World.PikaBackup.Monitor.desktop /usr/bin/pika-backup /usr/bin/pika-backup-monitor /usr/share/applications/org.gnome.World.PikaBackup.Monitor.desktop /usr/share/applications/org.gnome.World.PikaBackup.desktop /usr/share/dbus-1/services/org.gnome.World.PikaBackup.Api.service /usr/share/dbus-1/services/org.gnome.World.PikaBackup.Monitor.service /usr/share/dbus-1/services/org.gnome.World.PikaBackup.service /usr/share/doc/packages/pika-backup /usr/share/doc/packages/pika-backup/README.md /usr/share/icons/hicolor/scalable/apps/org.gnome.World.PikaBackup.svg /usr/share/icons/hicolor/symbolic/apps/org.gnome.World.PikaBackup-symbolic.svg /usr/share/licenses/pika-backup /usr/share/licenses/pika-backup/LICENSE /usr/share/metainfo/org.gnome.World.PikaBackup.metainfo.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 15:27:28 2026