initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

19
grsync/grsync.appdata.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>it.opbyte.grsync</id>
<launchable type="desktop-id">grsync.desktop</launchable>
<name>Grsync</name>
<summary>Synchronize files and folders (a GTK GUI for rsync)</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<description>
<p>Grsync is a rsync GUI (Graphical User Interface). Rsync is the well-known and powerful command line directory and file synchronization tool. It can be effectively used to synchronize local directories and it supports remote targets as well (even though it doesn't support browsing the remote folder). Sample uses of grsync include: synchronize a music collection with removable devices, backup personal files to a networked drive, replication of a partition to another one, mirroring of files, etc.</p>
</description>
<screenshots>
<screenshot type="default">
<image>http://www.opbyte.it/grsync/grsync-1.0.0.png</image>
</screenshot>
</screenshots>
<url type="bugtracker">https://sourceforge.net/p/grsync/bugs/</url>
<url type="homepage">http://www.opbyte.it/grsync/</url>
</component>