urbackup_backend/urbackup
2011-02-17 19:31:21 +01:00
..
fileclient Allow to manually add clients 2011-02-17 19:30:39 +01:00
restore Translated restore messages 2011-01-07 17:25:37 +01:00
serverinterface Make client autoupdate configurable 2011-02-17 19:31:21 +01:00
sha2 Initial commit. 2011-01-06 17:43:38 +01:00
treediff Updated linux build scripts. Added a few log messages. 2011-02-16 23:33:47 +01:00
watchdir Initial commit. 2011-01-06 17:43:38 +01:00
www Make client autoupdate configurable 2011-02-17 19:31:21 +01:00
action_header.h Initial commit. 2011-01-06 17:43:38 +01:00
actions.h Initial commit. 2011-01-06 17:43:38 +01:00
AUTHORS Initial commit. 2011-01-06 17:43:38 +01:00
backup_client.db Fixed build system 2011-01-07 01:05:50 +01:00
backup_server.db Fixed build system 2011-01-07 01:05:50 +01:00
bufmgr.cpp Initial commit. 2011-01-06 17:43:38 +01:00
bufmgr.h Initial commit. 2011-01-06 17:43:38 +01:00
ChangeJournalWatcher.cpp If the windows change journal does not work the client will rescan the backup directories now 2011-02-06 18:58:00 +01:00
ChangeJournalWatcher.h If the windows change journal does not work the client will rescan the backup directories now 2011-02-06 18:58:00 +01:00
ChangeLog Initial commit. 2011-01-06 17:43:38 +01:00
client_restore.cpp Translated restore messages 2011-01-07 17:25:37 +01:00
client_tables.sql Initial commit. 2011-01-06 17:43:38 +01:00
client.cpp Fixed bug where changed directories don't get updated (within 10 seconds) 2011-02-16 23:31:43 +01:00
client.h Fixed racing condition in ChangeJournalWatcher 2011-01-12 20:55:54 +01:00
clientdao.cpp Watched directories get deleted from db cache 2011-01-16 01:37:01 +01:00
clientdao.h Watched directories get deleted from db cache 2011-01-16 01:37:01 +01:00
ClientSend.cpp Initial commit. 2011-01-06 17:43:38 +01:00
ClientSend.h Initial commit. 2011-01-06 17:43:38 +01:00
ClientService.cpp Initial commit. 2011-01-06 17:43:38 +01:00
ClientService.h Initial commit. 2011-01-06 17:43:38 +01:00
configure.ac Initial commit. 2011-01-06 17:43:38 +01:00
COPYING Initial commit. 2011-01-06 17:43:38 +01:00
database.h Initial commit. 2011-01-06 17:43:38 +01:00
DirectoryWatcherThread.cpp Fixed bug where changed directories don't get updated (within 10 seconds) 2011-02-16 23:31:43 +01:00
DirectoryWatcherThread.h Fixed bug where changed directories don't get updated (within 10 seconds) 2011-02-16 23:31:43 +01:00
dllmain.cpp Allow to manually add clients 2011-02-17 19:30:39 +01:00
escape.cpp Initial commit. 2011-01-06 17:43:38 +01:00
escape.h Initial commit. 2011-01-06 17:43:38 +01:00
INSTALL Initial commit. 2011-01-06 17:43:38 +01:00
Makefile.am Updated linux build scripts. Added a few log messages. 2011-02-16 23:33:47 +01:00
mbr_code.h Initial commit. 2011-01-06 17:43:38 +01:00
NEWS Initial commit. 2011-01-06 17:43:38 +01:00
os_functions_lin.cpp Allow to manually add clients 2011-02-17 19:30:39 +01:00
os_functions_win.cpp Allow to manually add clients 2011-02-17 19:30:39 +01:00
os_functions.h Allow to manually add clients 2011-02-17 19:30:39 +01:00
README Initial commit. 2011-01-06 17:43:38 +01:00
server_channel.cpp Initial commit. 2011-01-06 17:43:38 +01:00
server_channel.h Initial commit. 2011-01-06 17:43:38 +01:00
server_cleanup.cpp Make client autoupdate configurable 2011-02-17 19:31:21 +01:00
server_cleanup.h Added additional error messages; Fixed a bug where the server deleted min_file_full incremental backups; Priorized removal of backups of clients which have old backups 2011-02-11 21:05:08 +01:00
server_get.cpp Make client autoupdate configurable 2011-02-17 19:31:21 +01:00
server_get.h Removed diff dependency. Use own tree diff algorithm 2011-02-16 17:09:47 +01:00
server_hash.cpp Flush file entry buffer before calculating statistics 2011-02-16 23:32:24 +01:00
server_hash.h Made backupfolder setting dynamic 2011-02-06 18:56:58 +01:00
server_image.cpp Initial commit. 2011-01-06 17:43:38 +01:00
server_image.h Initial commit. 2011-01-06 17:43:38 +01:00
server_log.cpp Initial commit. 2011-01-06 17:43:38 +01:00
server_log.h Initial commit. 2011-01-06 17:43:38 +01:00
server_ping.cpp Initial commit. 2011-01-06 17:43:38 +01:00
server_ping.h Initial commit. 2011-01-06 17:43:38 +01:00
server_prepare_hash.cpp Initial commit. 2011-01-06 17:43:38 +01:00
server_prepare_hash.h Initial commit. 2011-01-06 17:43:38 +01:00
server_running.cpp Initial commit. 2011-01-06 17:43:38 +01:00
server_running.h Initial commit. 2011-01-06 17:43:38 +01:00
server_settings.cpp Make client autoupdate configurable 2011-02-17 19:31:21 +01:00
server_settings.h Make client autoupdate configurable 2011-02-17 19:31:21 +01:00
server_status.cpp Allow to manually add clients 2011-02-17 19:30:39 +01:00
server_status.h Allow to manually add clients 2011-02-17 19:30:39 +01:00
server_tables.sql Allow to manually add clients 2011-02-17 19:30:39 +01:00
server_update_stats.cpp Fixed autoupdate files being in a non rw directory; Sanity checks in stat updates 2011-01-27 22:40:46 +01:00
server_update_stats.h Initial commit. 2011-01-06 17:43:38 +01:00
server_update.cpp Fixed autoupdate files being in a non rw directory; Sanity checks in stat updates 2011-01-27 22:40:46 +01:00
server_update.h Initial commit. 2011-01-06 17:43:38 +01:00
server_writer.cpp Initial commit. 2011-01-06 17:43:38 +01:00
server_writer.h Initial commit. 2011-01-06 17:43:38 +01:00
server.cpp Allow to manually add clients 2011-02-17 19:30:39 +01:00
server.h Allow to manually add clients 2011-02-17 19:30:39 +01:00
ServerIdentityMgr.cpp Initial commit. 2011-01-06 17:43:38 +01:00
ServerIdentityMgr.h Initial commit. 2011-01-06 17:43:38 +01:00
settings.h Client backend internationalization 2011-01-16 20:17:55 +01:00
status.htm Initial commit. 2011-01-06 17:43:38 +01:00
urbackup.vcxproj Removed diff dependency. Use own tree diff algorithm 2011-02-16 17:09:47 +01:00
urbackup.vcxproj.filters Removed diff dependency. Use own tree diff algorithm 2011-02-16 17:09:47 +01:00
zero_hash.h Initial commit. 2011-01-06 17:43:38 +01:00