Go to file
Thomas Mueller 3e79a3b1e5 ignoring qt-creator files 2012-05-03 21:12:36 +02:00
admin Add a CMake toolchain file for cross-compiling in openSUSE. 2012-04-26 14:45:40 +02:00
cmake/modules Fix the app icon to be ownclouds 2012-05-02 16:33:07 +02:00
resources updated owncloud 128 icon. 2012-05-02 16:45:38 +02:00
src Use the correct icon for sync ok 2012-05-02 17:12:45 +02:00
test Added a testplan to test systematically. 2012-04-18 12:00:29 +02:00
translations Add russian translation contributed by cas@altlinux.ru 2012-04-30 12:47:54 +02:00
.gitignore ignoring qt-creator files 2012-05-03 21:12:36 +02:00
CMakeLists.txt Make OWNCLOUD_CLIENT compile flag depending on the compile target. 2012-05-02 15:45:38 +02:00
COPYING
CPackOptions.cmake.in win: allow building the installer from local csync build dir and from installed csync as well 2012-04-26 17:16:34 +02:00
ChangeLog Changelog entry backport 4.6 2012-04-21 22:01:35 +02:00
OwnCloudCPack.cmake Improve version handling in cmake 2012-04-26 13:58:22 +02:00
README.md
VERSION.cmake Improve version handling in cmake 2012-04-26 13:58:22 +02:00
exclude.lst Add win32 packaging with nsi 2012-04-02 13:44:24 +02:00
mirall.qrc fixed an icon name typo. 2012-05-02 15:54:55 +02:00

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

  • 1-click install available in software.opensuse.org

http://software.opensuse.org/search?q=mirall&baseproject=ALL&lang=en&include_home=true&exclude_debug=true

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.