Menu

Tree [e99b6f] master / resources /
 History

HTTPS access


File Date Author Commit
 images 2015-02-27 Obexer Christoph Obexer Christoph [47b71c] AboutDialog: add licenses of components used by...
 License-header.txt 2017-04-09 Obexer Christoph Obexer Christoph [db5207] fix formatting and enforce with spotless
 README.md 2012-12-30 Obexer Christoph Obexer Christoph [1e2665] backup the readme.md used in the SF download fo...
 eclipse-checkstyle.xml 2016-04-10 Obexer Christoph Obexer Christoph [ae9740] checkstyle: add more modules
 eclipse-jdt-formatter.xml 2019-12-16 Christoph Obexer Christoph Obexer [cfd0d8] update eclipse formatter definition
 fullsync.ico 2013-02-10 Obexer Christoph Obexer Christoph [3d53ad] backup the .ico used in the windows exe files

Read Me

Upgrade from FulSync 0.9.1

to upgrade from the older FullSync version follow the steps below:

  1. Backup your profiles.xml from the old FullSync installation (located inside the installation directory)
  2. Install the new FullSync version downloaded above
  3. Use Edit » Import Profiles to import the profiles.xml into the new FullSync version
  4. Uninstall the old FullSync version

Changes since the last version

  • updated all bundled libraries to their latest version
  • added 64-bit support
  • initial attempt at mac support (needs testers!)
  • don't ask for exit confirmation if there are no tasks scheduled
  • added FullSync Launcher, since FullSync now uses the current SWT implementation it needs to have a launcher to select the correct SWT implementation at runtime
  • added support for public key authentication for SFTP connections
  • moved the profiles, preferences and log file to ~/.config/fullsync/ ($XDG_CONFIG_HOME) or C:\Documents and Settings\<username>.config\fullsync\ for windows.</username>
  • new commons-vfs source and destination browser should work now, certainly not fine, but it works
  • added a file filter for simplyfied ruleset. The filter is a replacement for the ignore/accept patterns.
    Old profiles with regexp patterns are automatically converted to this new file filter.
  • added wildcards as ignore/accept patterns (regexp was default till now) in simplyfied syncrules.
  • changed the ignore/accept pattern behaviour. Now if the ignore pattern is empty but the accept is not empty, than
    everything is ignored but what matches the accept pattern