💻 Desktop sync client for Nextcloud
Find a file
Daniel Molkentin 740370b106 Do not translate application name, it's a brand
Another reason: File system and registry names depend on it
2012-09-27 11:52:58 +02:00
admin Rename win installer BMPs as a consequence of renaming the package 2012-09-24 00:42:30 +02:00
cmake/modules Installers on Windows are called Setup 2012-09-24 07:19:09 +02:00
resources icon improvements 2012-09-25 17:14:21 +02:00
src Do not translate application name, it's a brand 2012-09-27 11:52:58 +02:00
test Added a testplan to test systematically. 2012-04-18 12:00:29 +02:00
translations [tx-robot] updated from transifex 2012-09-27 02:05:13 +02:00
.gitignore ignore more build/IDE artifacts 2012-09-20 11:12:52 +02:00
ChangeLog Update to version 1.1.0 beta1 2012-08-30 18:53:39 +03:00
CMakeLists.txt CMake: Finding files requires reference to srcdir 2012-09-26 11:29:55 +02:00
config.h.in Use a macro THEME_CLASS from CMakeLists.txt instead of ifdefs. 2012-09-18 13:52:52 +03:00
COPYING Correct COPYING file from FSF website, rpmlint found an old address 2011-11-22 22:45:14 +01:00
CPackOptions.cmake.in CMake: Centralize all application-specific parameters. 2012-09-20 17:31:18 +02:00
exclude.lst More endings to exlude.lst 2012-07-26 11:56:48 +03:00
mirall.qrc icon improvements 2012-09-25 17:14:21 +02:00
OWNCLOUD.cmake Drop the -client suffix. 2012-09-23 23:39:26 +02:00
OwnCloudCPack.cmake CMake: Centralize all application-specific parameters. 2012-09-20 17:31:18 +02:00
README.md Change the link to the oC repository. 2012-08-26 01:51:47 +03:00
VERSION.cmake Update version to 1.1.0 beta2 2012-09-20 18:17:07 +03:00

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.