urbackup_backend/urbackupclient
2015-12-09 22:53:57 +01:00
..
backup_scripts Added Linux example script 2014-12-30 21:19:12 +01:00
sysvol_test Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
watchdir Use USN number instead of last modification time as file modification indicators. That way we do not have to save the changed files (only directories), if the last modification time is not updated 2014-11-21 22:37:05 +01:00
backup_client.db Use fully qualified domain names as default computer names in new installs 2014-05-24 00:15:32 +02:00
ChangeJournalWatcher.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
ChangeJournalWatcher.h Use USN number instead of last modification time as file modification indicators. That way we do not have to save the changed files (only directories), if the last modification time is not updated 2014-11-21 22:37:05 +01:00
client_restore.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
client_tables.sql Reorganized directory structure 2012-02-25 02:45:06 +01:00
client.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
client.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
clientdao.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
clientdao.h Linux file backups with snapshots and symbolic links 2015-12-07 01:06:32 +01:00
ClientSend.cpp Optimized and fixed bugs in transfer compression 2015-09-01 00:21:29 +02:00
ClientSend.h Less frequent notifications during image sending 2012-11-18 19:45:49 +01:00
ClientService.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ClientService.h Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ClientServiceCMD.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
cmdline_preprocessor.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
common_tokens.cpp Store file permissions with variable length encoding 2015-12-05 19:30:02 +01:00
database.h Reorganized directory structure 2012-02-25 02:45:06 +01:00
DirectoryWatcherThread.cpp License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
DirectoryWatcherThread.h Use USN number instead of last modification time as file modification indicators. That way we do not have to save the changed files (only directories), if the last modification time is not updated 2014-11-21 22:37:05 +01:00
dllmain.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
file_permissions.cpp Linux file backups with snapshots and symbolic links 2015-12-07 01:06:32 +01:00
file_permissions.h Secured client log and server identities 2014-03-06 22:09:58 +01:00
FileMetadataDownloadThread.cpp Linux file backups with snapshots and symbolic links 2015-12-07 01:06:32 +01:00
FileMetadataDownloadThread.h Improved Linux file meta data download 2015-09-27 20:58:21 +02:00
ImageThread.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ImageThread.h Removed reference counting of shadow copies; Update starttime of shadow copy while imaging, so that it does not time out 2014-06-08 14:05:13 +02:00
InternetClient.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
InternetClient.h Compress transferred data using miniZ now 2015-08-30 21:46:57 +02:00
lin_tokens.cpp Store file permissions with variable length encoding 2015-12-05 19:30:02 +01:00
lin_ver.cpp Added Linux version querying. Made windows version querying more maintainable. 2014-04-25 21:58:20 +02:00
lin_ver.h Added Linux version querying. Made windows version querying more maintainable. 2014-04-25 21:58:20 +02:00
PersistentOpenFiles.cpp Handle USN records spanning calls to ChangeJournalWatcher::update() 2015-02-13 00:38:17 -08:00
PersistentOpenFiles.h Handle USN records spanning calls to ChangeJournalWatcher::update() 2015-02-13 00:38:17 -08:00
README Fixed client build on Linux 2012-04-16 01:18:36 +02:00
RestoreDownloadThread.cpp Linux backup and restore with file meta data 2015-10-11 21:17:53 +02:00
RestoreDownloadThread.h Linux backup and restore with file meta data 2015-10-11 21:17:53 +02:00
RestoreFiles.cpp Collect new file entries in-memory instead of in temporary file 2015-12-05 20:27:40 +01:00
RestoreFiles.h Added missing includes 2015-04-28 00:05:59 +02:00
ServerIdentityMgr.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
ServerIdentityMgr.h Proper symbolic link handling part (2) 2015-08-09 23:27:52 +02:00
TokenCallback.cpp Collect new file entries in-memory instead of in temporary file 2015-12-05 20:27:40 +01:00
TokenCallback.h Callback to get tokens from filesrv 2015-08-02 15:53:35 +02:00
tokens.h Implementation of file access for Linux clients 2015-01-10 20:35:39 +01:00
urbackupclient.vcxproj Improved Linux command line client interface 2015-12-07 22:23:50 +01:00
urbackupclient.vcxproj.filters Improved Linux command line client interface 2015-12-07 22:23:50 +01:00
urbackupclientVS12.vcxproj Rename projects w/o VS12 suffix 2015-02-04 22:32:47 -08:00
urbackupclientVS12.vcxproj.filters Make VS12 copies of the vcxproj.filters 2015-02-06 13:04:40 -08:00
win_all_volumes.cpp Fixed missing licensing headers 2015-08-08 22:53:24 +02:00
win_all_volumes.h Cache ntfs property of volumes for capability command. Added new enumeration of all non-usb ntfs formatted volumes. 2014-11-16 17:53:59 +01:00
win_sysvol.cpp Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
win_sysvol.h Merge remote-tracking branch 'urpc/next' into dev 2015-12-09 14:49:13 +01:00
win_tokens.cpp Multiple virtual clients per real client 2015-12-09 22:53:57 +01:00
win_ver.cpp Fixed missing licensing headers 2015-08-08 22:53:24 +02:00
win_ver.h Added Linux version querying. Made windows version querying more maintainable. 2014-04-25 21:58:20 +02:00