Search found 17 matches
- 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: 3241
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 it ...
- 08 Feb 2015, 23:15
- Forum: Help
- Topic: packages and versions required for compiling FreeFileSync?
- Replies: 7
- Views: 1256
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 ...
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 ...
- 08 Feb 2015, 22:05
- Forum: Help
- Topic: packages and versions required for compiling FreeFileSync?
- Replies: 7
- Views: 1256
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?
- 24 Jan 2015, 12:37
- Forum: Help
- Topic: Delete ignored files on the target side of a mirror
- Replies: 2
- Views: 551
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 ...
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 ...
- 24 Jan 2015, 12:15
- Forum: Help
- Topic: Delete ignored files on the target side of a mirror
- Replies: 2
- Views: 551
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 ...
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 ...
- 24 Jan 2015, 01:04
- Forum: Help
- Topic: packages and versions required for compiling FreeFileSync?
- Replies: 7
- Views: 1256
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?
- 23 Jan 2015, 23:47
- Forum: Help
- Topic: packages and versions required for compiling FreeFileSync?
- Replies: 7
- Views: 1256
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
- 23 Jan 2015, 23:03
- Forum: Help
- Topic: packages and versions required for compiling FreeFileSync?
- Replies: 7
- Views: 1256
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
- 23 Jan 2015, 22:52
- Forum: Help
- Topic: packages and versions required for compiling FreeFileSync?
- Replies: 7
- Views: 1256
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 -O3 -DNDEBUG `wx ...
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 -O3 -DNDEBUG `wx ...
- 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: 422
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 ...
http://software.opensuse.org/download.html?project=home%3Acodeminister&package=FreeFileSync
or via http://software.opensuse.org/package/FreeFileSync ("unstable ...
- 22 Dec 2013, 18:15
- Forum: Help
- Topic: openSUSE 12.3 compilation problems
- Replies: 5
- Views: 701
Re: openSUSE 12.3 compilation problems
I will post One Click Install links for openSUSE 13.1 in another thread: viewtopic.php?t=2090
- 22 Dec 2013, 18:12
- Forum: Help
- Topic: openSUSE 12.3 compilation problems
- Replies: 5
- Views: 701
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 ...
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 ...
- 16 Nov 2013, 10:29
- Forum: Help
- Topic: openSUSE 12.3 compilation problems
- Replies: 5
- Views: 701
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 ...
$ 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 ...
- 11 Nov 2013, 19:57
- Forum: Help
- Topic: openSUSE 12.3 compilation problems
- Replies: 5
- Views: 701
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 ...
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 ...
- 06 Nov 2013, 22:18
- Forum: Help
- Topic: openSUSE 12.3 compilation problems
- Replies: 5
- Views: 701
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 ...
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 ...
- 04 Oct 2013, 07:15
- Forum: Help
- Topic: FFS for 32 bit machine
- Replies: 1
- Views: 482
Re: FFS for 32 bit machine
I found a package for SuSE http://rpm.pbone.net/index.php3/stat/4/idpl/23506249/dir/opensuse_12.x/com/FreeFileSync-5.12-21.1.i586.rpm.html but did not try it myself
- 04 Oct 2013, 07:07
- Forum: Help
- Topic: How to install FreeFileSync on OpenSuse
- Replies: 2
- Views: 886
Re: How to install FreeFileSync on OpenSuse
Just unpack it and run the file FreeFileSync.