Няма описание

Klaas Freitag 1acea008c2 Fixed package download link. преди 13 години
admin d52d32f1b3 add helper script to sign app bundle преди 13 години
cmake 4fbfe7bfef Installer: Only show license on special request преди 13 години
doc df219dd09b Doc: use correct cmake vars преди 13 години
resources 2501cc57d5 Display error status in statusdialog. преди 13 години
src 39dc4cb46c Use CredentialStore also for Qt4.6 based builds. преди 13 години
test 351f9aedfb Add testing skeleton преди 13 години
translations 59a1cc4596 [tx-robot] updated from transifex преди 13 години
.gitattributes 574b6f49c2 Add .gitattributes, needed for clean git export преди 13 години
.gitignore 6b2be97c22 Docs: add build chapter преди 13 години
.tag 04642b3c6d Export repo revision indicator преди 13 години
CMakeLists.txt 351f9aedfb Add testing skeleton преди 13 години
COPYING cd281bc552 Correct COPYING file from FSF website, rpmlint found an old address преди 14 години
CPackOptions.cmake.in fdfafb6e70 NSI: add proper version of ocsync.conf преди 13 години
ChangeLog 9c3b9b84ae Prepare some entries for 1.1.2 преди 13 години
OWNCLOUD.cmake 4fbfe7bfef Installer: Only show license on special request преди 13 години
OwnCloudCPack.cmake cb6d056a1f Don't hardcode packag name on Mac преди 13 години
README.md 1acea008c2 Fixed package download link. преди 13 години
VERSION.cmake 78be11b3cf Push Version to 1.1.2 pre преди 13 години
config.h.in a9c7b9304e Use a macro THEME_CLASS from CMakeLists.txt instead of ifdefs. преди 13 години
mirall.qrc 2501cc57d5 Display error status in statusdialog. преди 13 години
sync-exclude.lst e220de5236 Add .htaccess to sync exclude преди 13 години

README.md

Mirall

Introduction

Mirall synchronizes your folders with another computer.

The ultimate goals of Mirall are:

  • Network location aware: should not try to sync against your NAS if you are not in the home network
  • It is a zero-interaction tool. So forget about resolving conflicts.
  • It should work silently and realiably.

Mirall is in early stages of development, and may still eat your files or hang your computer.

  • Network location awareness not implemented yet
  • Current version supports local and remote (sftp and smb) folders.
  • It is powered by csync (http://www.csync.org), however the user does not know and other tools will be incorporated to provide other functionality.

Current issues

  • No sane way to backup conflicting versions yet, this should be solved in a near csync release (--conflictcopy, available in Jann's branch). Right now the newest copy wins.
  • You can't remove folder configurations Workaround: delete ~/.local/share/data/Mirall/folders/$alias and restart
  • Some tasks block the GUI (initial setup of watchers)
  • May be some concurrency issues

Roadmap

  • Improve robustness to minimize user interaction
  • Improve feedback and sync results
  • Add support for other folder types: tarsnap, duplicity, git (SparkleShare)

Requirements

  • Linux (currently it uses inotify to detect file changes)
  • unison installed in the local and remote machine (you should not care if you got Mirall with your favorite distribution)

Download

openSUSE

Source code

Building the source code

You need Qt 4.7 and cmake:

mkdir build
cd build
cmake ..
make

To generate a tarball:

mkdir build
cd build
cmake ..
make package_source

Authors

License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.