Search found 17 matches

by mitsch81
07 Aug 2015, 07:52
Forum: Help
Topic: Mirroring files with Read Only attribute causes "Error Code 5: Access is denied. (BackupWrite)"
Replies: 15
Views: 3098

Re: Mirroring files with Read Only attribute causes "Error Code 5: Access is denied. (BackupWrite)"

I have the same issue when copying some git object or pack files: Cannot write file "....ffs_tmp". It seems that in some point of time git started writing these files with r--r--r-- permissions (older object files have rw--r--r--). Workaround: delete .git/object folder from backup and copy...
by mitsch81
08 Feb 2015, 23:15
Forum: Help
Topic: packages and versions required for compiling FreeFileSync?
Replies: 7
Views: 1201

Re: packages and versions required for compiling FreeFileSync?

I build a new package freefilesync ([404, Invalid URL: https://build.opensuse.org/package/show/home:codeminister/freefilesync-6.13]). To be more standard-compliant this package uses lower-case . @Zenju: is this ok with you? @Peter: After the last codeminister package was created, it was adapted to m...
by mitsch81
08 Feb 2015, 22:05
Forum: Help
Topic: packages and versions required for compiling FreeFileSync?
Replies: 7
Views: 1201

Re: packages and versions required for compiling FreeFileSync?

I found that the package does not specify all needed requirements. So you start FreeFileSync in a console and there is no output? Could you paste everything related you see in the console here?
by mitsch81
24 Jan 2015, 12:37
Forum: Help
Topic: Delete ignored files on the target side of a mirror
Replies: 2
Views: 493

Re: Delete ignored files on the target side of a mirror

Workaround/solution: 1) Bring source and target in sync 2) Remove the ignored files from filter 3) Click Compare 4) On the right side all files of the target that were ignored before cleaning the filter and are shown 5) Delete all these files by selecting them and press Del 6) Restore the filter set...
by mitsch81
24 Jan 2015, 12:15
Forum: Help
Topic: Delete ignored files on the target side of a mirror
Replies: 2
Views: 493

Delete ignored files on the target side of a mirror

Hi, I use FreeFileSync for doing backup (mirror) of my home directory. From time to time I extend the filter setting to ignore more files. Currently, on the target side of the mirror these newly ignored files are just ignored and therefore unneeded files keep piling up. Is there a way to tell the mi...
by mitsch81
24 Jan 2015, 01:04
Forum: Help
Topic: packages and versions required for compiling FreeFileSync?
Replies: 7
Views: 1201

Re: packages and versions required for compiling FreeFileSync?

Latest build status: [404, Invalid URL: https://build.opensuse.org/package/show/home:codeminister/FreeFileSync-6.13] Do you find that useful?
by mitsch81
23 Jan 2015, 23:47
Forum: Help
Topic: packages and versions required for compiling FreeFileSync?
Replies: 7
Views: 1201

Re: packages and versions required for compiling FreeFileSync?

@peter: correction: on openSUSE 13.2 you should use the package `wxWidgets-3_0-devel` and I used the xenxml folder from zenXml_2.1.zip
by mitsch81
23 Jan 2015, 23:03
Forum: Help
Topic: packages and versions required for compiling FreeFileSync?
Replies: 7
Views: 1201

Re: packages and versions required for compiling FreeFileSync?

@zenyu: you did not forget it, sorry. I found your answer in another thread: http://sourceforge.net/projects/zenxml
by mitsch81
23 Jan 2015, 22:52
Forum: Help
Topic: packages and versions required for compiling FreeFileSync?
Replies: 7
Views: 1201

Re: packages and versions required for compiling FreeFileSync?

I work on openSUSE 13.2 64 Bit and try to compile from FreeFileSync_6.13_Source.zip. I got this error: ``` mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/ g++ -std=c++11 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall ...
by mitsch81
22 Dec 2013, 18:20
Forum: General Discussion
Topic: 32 bit (i586) rpm packages of FreeFileSync 5.23 for openSUSE 13.1
Replies: 0
Views: 384

32 bit (i586) rpm packages of FreeFileSync 5.23 for openSUSE 13.1

For those who need precompiled 32 (and 64) bit rpm packages of FreeFileSync can grab them directly from the openSUSE build service: http://software.opensuse.org/download.html?project=home%3Acodeminister&package=FreeFileSync or via http://software.opensuse.org/package/FreeFileSync ("unstable...
by mitsch81
22 Dec 2013, 18:15
Forum: Help
Topic: openSUSE 12.3 compilation problems
Replies: 5
Views: 668

Re: openSUSE 12.3 compilation problems

I will post One Click Install links for openSUSE 13.1 in another thread: viewtopic.php?t=2090
by mitsch81
22 Dec 2013, 18:12
Forum: Help
Topic: openSUSE 12.3 compilation problems
Replies: 5
Views: 668

Re: openSUSE 12.3 compilation problems

Hi, on the buildservice for openSUSE 13.1 FreeFileSync 5.23 compiles when this patch is applied: (cherry picked from commit e79bdcae9811ea7aa9bc7961a81fdc33f0c071fe) --- FreeFileSync/Source/ui/progress_indicator.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FreeFileSync...
by mitsch81
16 Nov 2013, 10:29
Forum: Help
Topic: openSUSE 12.3 compilation problems
Replies: 5
Views: 668

Re: openSUSE 12.3 compilation problems

I installed gcc 4.8 $ g++-4.8 --version g++-4.8 (GCC) 4.8.2 modified the Makefile -COMPILER_BIN=g++ -pthread +COMPILER_BIN=g++-4.8 -pthread still the same errors (which can be resolved as described above). I also made sure to rename the original g++ (4.7) executable that it cannot be called by accid...
by mitsch81
11 Nov 2013, 19:57
Forum: Help
Topic: openSUSE 12.3 compilation problems
Replies: 5
Views: 668

Re: openSUSE 12.3 compilation problems

To begin with I cannot find any 32 Bit precompiled version of FreeFileSync - which I desperately need. :-) Therefore I thought it would be nice to have an rpm package to integrate with the openSUSE build service. There was already some work done ( https://build.opensuse.org/package/live_build_log/h...
by mitsch81
06 Nov 2013, 22:18
Forum: Help
Topic: openSUSE 12.3 compilation problems
Replies: 5
Views: 668

openSUSE 12.3 compilation problems

To begin with I cannot find any 32 Bit precompiled version of FreeFileSync - which I desperately need. :-) Therefore I thought it would be nice to have an rpm package to integrate with the openSUSE build service. There was already some work done ( https://build.opensuse.org/package/live_build_log/ho...
by mitsch81
04 Oct 2013, 07:15
Forum: Help
Topic: FFS for 32 bit machine
Replies: 1
Views: 453

Re: FFS for 32 bit machine

by mitsch81
04 Oct 2013, 07:07
Forum: Help
Topic: How to install FreeFileSync on OpenSuse
Replies: 2
Views: 831

Re: How to install FreeFileSync on OpenSuse

Just unpack it and run the file FreeFileSync.