Commit Graph

73 Commits

Author SHA1 Message Date
Martin
5b28aed036 Replace NULL with nullptr 2021-06-20 20:58:50 +02:00
Martin
bbb9dc66ff Replace std::auto_ptr with std::unique_ptr 2021-06-20 17:56:33 +02:00
Martin
07b3a65cc7 Add generation number to share refcounting 2021-03-30 02:23:58 +02:00
Martin
bedbe0bde1 Don't delete old snapshots on Linux as long as they are still used 2021-03-26 00:23:39 +01:00
Martin
8324f9c3a1 Local file backup WIP 2020-12-17 21:25:56 +01:00
Martin
56b888ae42 Retry llistxattr with a multiple of the required memory if it fails 2018-07-09 22:24:09 +02:00
Martin
be052610b0 Increase common metadata size limit 2018-04-29 11:13:12 +02:00
Martin
2dac2b39fa Fix EPERM handling when getting extended attributes fails on macOS 2018-04-16 15:37:00 +02:00
Martin
b864185361 Always use simple tokenize function 2017-11-01 14:14:00 +01:00
Martin
e541776d3f Fix metadata reading from network shares on Windows 2017-09-18 13:24:30 +02:00
Martin Raiber
c018be2c8d Skip data in metadata stream on Windows if file is sparse 2017-09-04 20:46:27 +02:00
Martin
dad94834f1 Improve restore meta data error logging 2017-01-22 20:51:30 +01:00
Martin
26456f0cec Fix build 2016-12-31 18:18:06 +01:00
Martin
ea566c95a1 Fix build 2016-12-31 18:10:10 +01:00
Martin
0cf004fea8 Fix Linux client extended attribute handling 2016-12-31 17:57:33 +01:00
Martin Raiber
45530200d2 Return empty xattr list if xattrs are not supported
(cherry picked from commit d2fa08c0df8bda3ba6b3ed5e6f6e20e4e63b616a)
2016-11-24 01:44:41 +01:00
Martin Raiber
7573a01c5c Fix: Use cache for user account tokens 2016-08-31 22:00:58 +02:00
Martin
2716426e0d Use existing hash data during restore on server 2016-08-18 23:28:42 +02:00
Martin
06b381581d Do not try to open files if metadata is sent via callback 2016-08-16 01:24:11 +02:00
Martin
2041fefa9d Free token callback in same thread 2016-07-29 01:51:05 +02:00
Martin
db0642e582 Do not leak metadata fds during restore 2016-06-05 15:56:31 +02:00
Martin
fff99aa475 Log error before assertions 2016-05-28 18:51:59 +02:00
Martin
703a3f7b06 Fix: Correctly cleanup file meta-data stream if interrupted and not reconnected 2016-05-10 23:40:02 +02:00
Martin
5c34dff1e6 Correctly cleanup file meta-data stream if interrupted and not reconnected 2016-05-10 23:33:05 +02:00
Martin
9a578e7b34 Revert "Fix share referencing error after reconnection"
This reverts commit f8cefef8f8.
2016-05-10 10:49:52 +02:00
Martin
f8cefef8f8 Fix share referencing error after reconnection 2016-05-09 18:08:21 +02:00
Martin
eb88a9eb11 Improved logging when stopping meta-data transfer 2016-05-08 20:41:34 +02:00
Martin
5d01e3cd47 Small file optimization for tar file backup 2016-05-01 15:08:52 +02:00
Martin
9dcc5cebaa Added system error code 2016-04-10 16:51:16 +02:00
Martin
e3c903c25e Fixed FreeBSD build issues 2016-02-06 21:48:30 +01:00
Martin
ffc6ebffba In progress: Tar file backup 2016-02-05 21:42:24 +01:00
Martin
8db5e31fe3 Fixed symlink backup and restore on Linux and Mac 2016-02-04 20:32:19 +01:00
Martin
5b41d07f91 Backup and restore BSD flags 2016-01-25 00:16:20 +01:00
Martin
3e6f21ff02 Fixed miscellaneous bugs 2016-01-21 23:50:14 +01:00
Martin
58685b43fc Fixed unix metadata transfer bug 2016-01-17 17:25:41 +01:00
Martin
1ad155fee0 Max OS X client 2016-01-16 18:12:37 +01:00
Martin
ddbeefcfa0 Flag to not share hashes between virtual clients 2016-01-15 00:22:45 +01:00
Martin
60e77964ad + Linux sparse file support - some bugs 2016-01-11 21:11:14 +01:00
Martin
b5f5497bf9 Fix Linux link issue 2016-01-08 18:20:29 +01:00
Martin
d0abcf253a Do not corrupt metadata file if file cannot be opened to read metadata 2016-01-08 18:15:31 +01:00
Martin
24f128cc25 Correctly shut down chunked script output transfers 2016-01-06 17:19:40 +01:00
Martin
772b457c73 Wait for metadata transfer to finish before removing shadow copy 2016-01-06 00:24:18 +01:00
Martin
9ee64e650a Updated copyright 2016-01-02 16:38:00 +01:00
Martin
9e54628380 Fixed some bugs 2015-12-20 02:19:57 +01:00
Martin
07e704156d Added checksums to metadata and improved partial metadata handling 2015-12-19 18:01:21 +01:00
Martin
7cb5d0678a Made Linux restore working 2015-12-18 16:58:50 +01:00
Martin
cefd5c7b59 Bug fixes with regards to streaming and queuing 2015-12-15 12:05:25 +01:00
Martin
f12c0d57f5 Made restore work on Windows 2015-12-13 21:45:59 +01:00
Martin
9bab514e22 Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
Martin
5051e184c1 Properly reorder setting directory modified time; "one_filesystem" flag for directories and fixes 2015-12-10 18:19:10 +01:00