pointing
@@ -18,6 +21,20 @@
Remote and local backups with focus on easy usage. Plugin your USB drive and let the Pika do the rest for you.
+
+ - Setup new backup repositories or uses existing ones
+ - Create backups locally and remote
+ - Save time and disk space because pika does not need to copy known data again
+ - Encrypt your backups
+ - List created archives and browse through their contents
+ - Revocer files or folders via your file browser
+
+
+ Pika is powered by the well-tested borg-backup software.
+
+
+ Relevant Limitations. Pika currently does not support scheduled backups. Exlcuding files from a backup via regular expressions and alike is not supported yet. Remote backup locations must support SSH and need to have a borg-backup binary installed.
+
org.gnome.gitlab.sophie_h.PikaBackup.desktop
@@ -27,7 +44,23 @@
GTK
+
+
+ https://gitlab.gnome.org/sophie-h/pika-backup/uploads/596347a2e99be37c3f8a035b75cea8ea/pika-pile-1.png
+
+
+ https://gitlab.gnome.org/sophie-h/pika-backup/uploads/a5c2dc78fa55a651ff1f966b9cdaa031/pika-pile-2.png
+
+
+ https://gitlab.gnome.org/sophie-h/pika-backup/uploads/53f0381b039937db02c6c00074daf2ca/pika-pile-3.png
+
+
+
pika-backup
+
+
+
+
diff --git a/data/meson.build b/data/meson.build
index 54a3f1335da2425739b8ffdba89f208117faeec8..6104a912e24c367982cf946b54f206a5ad521604 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -10,7 +10,7 @@ install_data(
install_data(
'app.metainfo.xml',
- rename: 'app.metainfo.xml'.format(application_id),
+ rename: '@0@.metainfo.xml'.format(application_id),
install_dir: datadir / 'metainfo'
)