diff
	
	
	$ kopia diff <object-path1> <object-path2>
Displays differences between two repository objects (files or directories)
| Flag | Short | Default | Help | 
| --diff-command |  | diff -u | Displays differences between two repository objects (files or directories) | 
| --[no-]files | -f | false | Compare files by launching diff command for all pairs of (old,new) | 
| --[no-]stats-only |  | false | Displays only aggregate statistics of the changes between two repository objects | 
| Argument | Help | 
| object-path1 | First object/path | 
| object-path2 | Second object/path |