Watch the video:
Timestamps:
0:00 - Explanation
0:40 - The issue (Backups with some new work)
1:40 - How to fix backup with some new files (mismatch)
2:04 - Removing "Duplicates" (Backup files - leaving only edited/new files)
2:42 - Next issue: Manually see newer & older files; fix mismatched backup
3:39 - Removing empty folders (recursively)
4:50 - Compare New, Old and Modified files (to fix mismatched backups)
6:12 - New backup
6:40 - Automating local backups
7:11 - Two-way backup sync issues with mismatched backups
9:20 - Summary
if you’re like me, you know the importance of backing up… If you’re also like me you may sometimes work IN the backup, instead of the original files… Leaving you with a few issues… This video shows you how to fix those issues and get a working backup you shouldn’t mess around with again - keeping all your modified and new files intact!
Encrypted cloud sync: Go to post or View on YouTube
Remove empty folders: for /f “delims=” %%i in (‘dir /s /b /ad ^| sort /r’) do rmdir “%%i”