For example:
Source: D:\Downloads\Stuff
Target: E:\Backup
I suggest a feature where the software mirrors the source inside the E:\Backup folder, creating a target root folder of the same name if it doesn't exist. ie. mirroring to E:\Backup\Stuff\...
This would be convenient when you have a ...
Search found 3 matches
- 25 Nov 2021, 04:26
- Forum: General Discussion
- Topic: Mirroring INSIDE the backup folder
- Replies: 4
- Views: 1209
- 16 Nov 2021, 20:17
- Forum: Help
- Topic: Window of time between files to be considered equal
- Replies: 7
- Views: 625
Re: Window of time between files to be considered equal
OK thank you, so I downloaded the source code and found a couple of lines of code with comments:
//max. allowed file time deviation; < 0 means unlimited tolerance; default 2s: FAT vs NTFS
int fileTimeTolerance = zen::FAT_FILE_TIME_PRECISION_SEC;
...
const int FAT_FILE_TIME_PRECISION_SEC = 2 ...
//max. allowed file time deviation; < 0 means unlimited tolerance; default 2s: FAT vs NTFS
int fileTimeTolerance = zen::FAT_FILE_TIME_PRECISION_SEC;
...
const int FAT_FILE_TIME_PRECISION_SEC = 2 ...
- 16 Nov 2021, 17:03
- Forum: Help
- Topic: Window of time between files to be considered equal
- Replies: 7
- Views: 625
Window of time between files to be considered equal
I've done some tests and it seems that if the modified date between two files of the same length is 2 seconds or less then the files are considered the same. Is this correct?
I ask because when backing up files from my SSD to an external exFAT drive, for some weird reason the modified date on most ...
I ask because when backing up files from my SSD to an external exFAT drive, for some weird reason the modified date on most ...