Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 10357  / 1 Year ago, fri, january 27, 2023, 6:29:45

Does there exist a tool that compare Directory tree (Files. sub dirs) and show you waht is missing. I have an upload too which I'm coding and would like to see if it does not mess with structure.



Nothing big just show me how does directory X compare with Y



To clarify more here is an example



The tree



Dir1+
+Subdir1
+sudir2
+File1
+File2


and the tree



Dir1+
+Subdir1
+sudir2
+File1
+File2


are the same but tree



Dir1+
+Subdir1
+sudir2
+File1
+File2


and tree



Dir1+
+Subdir1
+sudir2
+File1
+File3


Should show me that File2 is missing and File3 is added.



Does such a tool exists?


More From » 13.04

 Answers
0

A less technical approach would be to use gui synchronization software such as FreeFileSync
(Visual folder comparison and synchronization)



There is a ppa at launchpad:



Put these lines in a terminal:



sudo add-apt-repository ppa:freefilesync/ffs
sudo apt-get update
sudo apt-get install freefilesync


I've successfully been using this tool for a few years now to back-up and/or sync folders on Windows and Ubuntu.



See this screenshot I set-up displaying what it would do in your situation:



enter image description here


[#30678] Sunday, January 29, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eaderitable

Total Points: 368
Total Questions: 117
Total Answers: 111

Location: Tuvalu
Member since Sat, Feb 11, 2023
1 Year ago
;