Search found 2 matches

by rrhuffy
27 Dec 2018, 10:42
Forum: General Discussion
Topic: "Detect moved files" questions/feature requests (Warning! long post :P)
Replies: 4
Views: 3324

Re: "Detect moved files" questions/feature requests (Warning! long post :P)

Yes, one big D:\ -> E:\ synchronisation with include list is working, but...

I understand that file ID comparison (I assume it's like inode on ext filesystem) gives us sureness, but how about adding a checkbox "compare moved files by size and modified date instead of a database file (WARNING! Can ...
by rrhuffy
22 Dec 2018, 12:26
Forum: General Discussion
Topic: "Detect moved files" questions/feature requests (Warning! long post :P)
Replies: 4
Views: 3324

"Detect moved files" questions/feature requests (Warning! long post :P)

Hello, let's say I have following simplified file structure:
.
├── External
└── Internal
├── folderToBackup1
│ └── fileFromFolder1.txt
├── folderToBackup2
│ └── fileFromFolder2.txt
└── folderToNotBackup1
└── fileFromFolderToNotBackup1.txt

I want to backup 2 folders from internal storage ...