summaryrefslogtreecommitdiff
path: root/freefilesync
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-11-02 17:14:23 -0500
committerB Stack <bgstack15@gmail.com>2020-11-02 17:14:23 -0500
commitaea7a5e37eba99a6a3cacb5f1ae483a351724c83 (patch)
tree53811457126253c74fb638abd1bf2253094bc3dd /freefilesync
parentffs 11.3 rpm rc1 (diff)
downloadstackrpms-aea7a5e37eba99a6a3cacb5f1ae483a351724c83.tar.gz
stackrpms-aea7a5e37eba99a6a3cacb5f1ae483a351724c83.tar.bz2
stackrpms-aea7a5e37eba99a6a3cacb5f1ae483a351724c83.zip
ffs 11.3-1
Diffstat (limited to 'freefilesync')
-rw-r--r--freefilesync/README.md35
1 files changed, 21 insertions, 14 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index c09acd5..1e0b276 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -1,24 +1,31 @@
-# FreeFileSync upstream
+# Readme for freefilesync
+
+## FreeFileSync upstream
https://freefilesync.org
-Forked from `https://github.com/PhantomX/chinforpms/blob/master/_pasture/freefilesync/freefilesync.spec`
+Forked from [https://github.com/PhantomX/chinforpms/blob/master/\_pasture/freefilesync/freefilesync.spec](https://github.com/PhantomX/chinforpms/blob/master/_pasture/freefilesync/freefilesync.spec)
https://gitlab.com/opensource-tracking/FreeFileSync
-# Reason for being in stackrpms
+## Reason for being in stackrpms
Fedora, CentOS, and Devuan do not package FreeFileSync. I maintained a separate spec file for this application, but rebased to a fork from PhantomX.
-# Reverse dependency matrix
+## Alternatives
+* rsync traditional cli sync utility
+* grsync gtk frotend for rsync
+* duplicati sync with cloud storage offerings
+* rclone another cloud storage sync utility
+
+## Reverse dependency matrix
Distro | FreeFileSync version | gtk version
-------------- | -------------------- | ----------------
-CentOS 7 | 10.19 | 2
-CentOS 8 | 10.19 | 2
-Fedora 29 | 10.19 | 2
-Fedora 30 | 10.19 | 2
-Fedora 31 | 10.19 | 2
-Fedora Rawhide | 10.19 | 2
-Devuan Ceres | 10.19 | 2 (stable), 3 (unstable)
+CentOS 7 | 10.24 | 2
+CentOS 8 | 10.24 | 2
+Fedora 32 | 11.3 | 2
+Fedora 33 | 11.3 | 2
+Fedora Rawhide | 11.3 | 2
+Devuan Ceres | 11.3 | 3
-# Additional info
-Devuan upstream recently dropped gtk2 packages required for building FreeFileSync. This means that OBS can only build the gtk3 version, which has some serious stability problems. My local gtk2 build is much more stable but depends on my local devuan-archive repo.
+## Additional info
+Upstream officially still [uses gtk2](https://freefilesync.org/forum/viewtopic.php?t=7660&p=26079#p26063) but the code supports gtk3 starting around version 10.25. With version 10.25, only stdc++=20 is supported, so el7 cannot go any higher: I was unable to find g++-10 for el7.
-# Differences from upstream
+## Differences from upstream
None
bgstack15