Commit Graph

100 Commits (f720796e247c3d28876a00a84358e0cc083aa20a)

Author SHA1 Message Date
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Andrew Kryczka e5e545a021 Reunite checkpoint and backup core logic 8 years ago
Andrew Kryczka df74b775e6 Limit backups opened 8 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 8 years ago
Andrew Kryczka a9c86f51b7 backup garbage collect shared_checksum tmp files 8 years ago
Sharan Suryanarayanan 8d3cb4f207 Added naming of backup engine threads 8 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 8 years ago
Andrew Kryczka 7c80a6d7d1 Statistic for how often rate limiter is drained 8 years ago
Andrew Kryczka ed50308d20 check backup directory exists before listing children 8 years ago
Andrew Kryczka 5040414e6f Gracefully handle previous backup interrupted 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Vincent Lee e425ec1162 utilities/backupable: backup should limit the copy size of wal. 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Andrew Kryczka 83f9a6fd21 Fail BackupEngine::Open upon meta-file read error 8 years ago
Andrew Kryczka 243975d5da More accurate error status for BackupEngine::Open 8 years ago
Andrew Kryczka 0765babe15 Remove LATEST_BACKUP file 8 years ago
Zun Wang eb53c05a35 Add comment for GetBackupInfo about returned BackupInfos order 8 years ago
Wanning Jiang 95d96eeeb1 remove LockFile 8 years ago
Wanning Jiang ff45d1b547 if read only backup engine can't find meta dirs, return NotFound() instead of IOError() 8 years ago
Wanning Jiang 95c192475d writable file close before reset 8 years ago
Wanning Jiang 56887f6cb8 Backup Options 8 years ago
Uddipta Maity 1147e5b05a Adding support for sharing throttler between multiple backup and restores 8 years ago
sdong 0e77246ba9 backupable_db.cc: lambada to explictly caputre "this" when escaping scope 8 years ago
Andrew Kryczka 1995e34d6a Retrieve file size from proper Env 9 years ago
Andrew Kryczka 40b840f294 Delete deprecated *BackupableDB interface for backups 9 years ago
sdong cea8ed9702 Fix backupable_db_test test cases that can't run by itself 9 years ago
Andrew Kryczka 114a1b8792 Fix build errors for windows 9 years ago
Uddipta Maity b55e2165be Rocksdb backup can store optional application specific metadata 9 years ago
SherlockNoMad 58ecd91326 Fix Windows build 9 years ago
Andrew Kryczka 501927ffc4 [backupable db] Remove file size embedded in name workaround 9 years ago
Andrew Kryczka f8e90e8753 Get file attributes in bulk for VerifyBackup and CreateNewBackup 9 years ago
Andrew Kryczka 69c471bd9b Handle concurrent manifest update and backup creation 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Igor Canadi e541dcc8fa Fix issue #921 9 years ago
Zhipeng Jia 73b175a773 Fix clang warnings regarding unnecessary std::move 9 years ago
SherlockNoMad b4efaebff0 Fix ms version Appveyor build error 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Dmytro Okhonko 31a27a3606 Callback for informing backup downloading added 9 years ago
Mayank Pundir d9f42aa60d Adding a verifyBackup method to BackupEngine 9 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 9 years ago
Igor Canadi b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine 9 years ago
Dmitri Smirnov fbe2c05f59 s/NOEXCEPT/ROCKSDB_NOEXCEPT 9 years ago
Dmitri Smirnov 6924d7582b Address noexcept and const integer lambda capture 9 years ago
Igor Canadi 53b88784df Add throttling to multi-threaded backups 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Dmitri Smirnov d1a457181d Ensure Windows build w/o port/port.h in public headers 9 years ago
Dmitri Smirnov 247690fe38 Ensure Windows build w/o port/port.h in public headers 9 years ago
Igor Canadi 8a9fca2619 Better error handling in BackupEngine 9 years ago