urbackup_backend/urbackupserver
2016-03-22 23:24:29 +01:00
..
apps Changed default page size back to 4k 2016-03-05 16:49:41 +01:00
dao Delete in reverse order from database 2016-03-01 01:57:50 +01:00
deps
doc Documented backup intervals & windows 2016-03-22 17:30:58 +01:00
lmdb Updated LMDB 2016-01-12 20:03:26 +01:00
restore
serverinterface Configure cbt via server side settings 2016-03-22 18:10:52 +01:00
treediff Updated copyright 2016-01-02 16:38:00 +01:00
www Configure cbt via server side settings 2016-03-22 18:10:52 +01:00
action_header.h
actions.h
backup_server_db.h Changed page size to 4k 2016-03-05 17:08:49 +01:00
backup_server.db Changed page size to 4k 2016-03-05 17:08:49 +01:00
Backup.cpp Correctly log full file backup if started by incremental file backup 2016-03-02 21:21:05 +01:00
Backup.h The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
ChunkPatcher.cpp Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
ChunkPatcher.h Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
ClientMain.cpp Refactor and fix client update 2016-02-13 13:59:08 +01:00
ClientMain.h Reuse connection for ping running messages 2016-01-27 16:01:01 +01:00
cmdline_preprocessor.cpp Fixed cleanup and remove_unknown with btrfs snapshots 2016-01-28 16:01:54 +01:00
ContinuousBackup.cpp Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +01:00
ContinuousBackup.h Show backed up volume in progress 2016-01-02 17:42:00 +01:00
create_backup_server_db_header.sh Regenerated db headers 2016-01-05 17:01:36 +01:00
create_files_index.cpp Drop and recreated backupid index 2016-02-09 11:54:50 +01:00
create_files_index.h
database.h Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
dllmain.cpp Changed default page size back to 4k 2016-03-05 16:49:41 +01:00
FileBackup.cpp Suppress metadata error if metadata download was not complete 2016-02-25 14:27:50 +01:00
FileBackup.h In progress: Tar file backup 2016-02-05 21:42:24 +01:00
filedownload.cpp Further optimized file backup deletion 2016-02-27 23:41:22 +01:00
filedownload.h Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
FileIndex.cpp Flush file index during server shutdown 2016-02-01 16:56:03 +01:00
FileIndex.h Flush file index during server shutdown 2016-02-01 16:56:03 +01:00
FileMetadataDownloadThread.cpp Suppress metadata error if metadata download was not complete 2016-02-25 14:27:50 +01:00
FileMetadataDownloadThread.h Suppress metadata error if metadata download was not complete 2016-02-25 14:27:50 +01:00
FullFileBackup.cpp New tree hashing method 2016-02-16 02:17:57 +01:00
FullFileBackup.h Show backed up volume in progress 2016-01-02 17:42:00 +01:00
ImageBackup.cpp Log about change block tracking being active 2016-03-22 23:24:29 +01:00
ImageBackup.h Create image subfolder/subvolume as late as possible 2016-01-05 15:46:15 +01:00
IncrFileBackup.cpp Correctly log full file backup if started by incremental file backup 2016-03-02 21:21:05 +01:00
IncrFileBackup.h The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
InternetServiceConnector.cpp Timeout server ecdh key after 6h 2016-01-28 16:55:55 +01:00
InternetServiceConnector.h Timeout server ecdh key after 6h 2016-01-28 16:55:55 +01:00
LMDBFileIndex.cpp Handle database failures during index creation/upgrade 2016-02-09 12:05:07 +01:00
LMDBFileIndex.h
mbr_code.h
restore_client.cpp Only allow scripts in script dir 2016-02-08 16:41:37 +01:00
restore_client.h Do not cross filesystem boundary on restore per default and option to not delete any files during restore 2016-01-23 22:03:37 +01:00
server_archive.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_archive.h
server_channel.cpp Do not show error at end of image restore 2016-02-09 18:47:10 +01:00
server_channel.h Wait for fileclient threads to finish before exiting channel thread 2016-01-07 15:12:00 +01:00
server_cleanup.cpp Do not do quota enforcement if quota is "-" 2016-03-17 22:39:00 +01:00
server_cleanup.h Show activity for statistics recalculation 2016-02-22 23:12:54 +01:00
server_continuous.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_continuous.h Work around undefined SQLite behavior 2016-02-20 17:56:10 +01:00
server_dir_links.cpp Improved Database locking and backup 2016-01-14 17:38:42 +01:00
server_dir_links.h The database queries need to be freed in the same thread 2016-01-14 00:33:19 +01:00
server_hash.cpp Further optimized file backup deletion 2016-02-27 23:41:22 +01:00
server_hash.h Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
server_image.h
server_log.cpp Show log button on activities screen 2016-01-23 16:05:44 +01:00
server_log.h Show database backup progress 2016-02-21 13:51:25 +01:00
server_ping.cpp Reuse connection for ping running messages 2016-01-27 16:01:01 +01:00
server_ping.h Made Linux restore working 2015-12-18 16:58:50 +01:00
server_prepare_hash.cpp Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
server_prepare_hash.h Correctly handle sparse extents in combination with tree hashing 2016-02-25 17:30:49 +01:00
server_running.cpp Updated copyright 2016-01-02 16:38:00 +01:00
server_running.h
server_settings.cpp Configure cbt via server side settings 2016-03-22 18:10:52 +01:00
server_settings.h Configure cbt via server side settings 2016-03-22 18:10:52 +01:00
server_status.cpp Show database backup progress 2016-02-21 13:51:25 +01:00
server_status.h Show activity for statistics recalculation 2016-02-22 23:11:31 +01:00
server_tables.sql
server_update_stats.cpp Separated files, links and link journal into three new database files 2016-01-13 22:22:16 +01:00
server_update_stats.h
server_update.cpp Use old signature to update 1.4.x clients 2016-02-01 12:59:19 +01:00
server_update.h Read update location from file 2016-01-02 16:33:08 +01:00
server_writer.cpp Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +01:00
server_writer.h
server.cpp New tree hashing method 2016-02-16 02:17:57 +01:00
server.h New tree hashing method 2016-02-16 02:17:57 +01:00
ServerDownloadThread.cpp Use sha512 for script output hashing for now 2016-03-20 14:37:22 +01:00
ServerDownloadThread.h New tree hashing method 2016-02-17 15:03:28 +01:00
snapshot_helper.cpp Updated copyright 2016-01-02 16:38:00 +01:00
snapshot_helper.h
ThrottleUpdater.cpp Updated copyright 2016-01-02 16:38:00 +01:00
ThrottleUpdater.h
urbackup_ecdsa409k1.pub
urbackupserver.vcxproj Fix include/library paths 2016-02-22 20:07:09 +01:00
urbackupserver.vcxproj.filters New tree hashing method 2016-02-16 02:17:57 +01:00
verify_hashes.cpp Improved verification output 2016-02-25 22:09:17 +01:00
WalCheckpointThread.cpp Do not warn about not being able to open WAL file 2016-01-28 17:50:11 +01:00
WalCheckpointThread.h Do not warn about not being able to open WAL file 2016-01-28 17:50:11 +01:00
zero_hash.h