2.9 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	mc diff
minio
Table of Contents
mc diff
Syntax
The mc diff mc
computes the differences between two filesystem directories or MinIO
buckets. mc diff lists
only those objects which are missing or which differ in size. mc diff does
not compare the contents of objects.
EXAMPLE
The following command computes the difference between an object on a
local filesystem and an object in the mydata bucket on the
myminio MinIO deployment:
mc diff ~/mydata/myobject.txt myminio/mydata/myobject.txtSYNTAX
The mc diff command
has the following syntax:
mc [GLOBALFLAGS] diff SOURCE TARGETParameters
SOURCE
Required The object to compare to the
TARGET.
For an object from MinIO, specify the alias <mc alias> and the full path to that object
(e.g. bucket and path to object). For example:
mc diff play/mybucket/object.txt ~/mydata/object.txtFor an object from a local filesystem, specify the full path to that object. For example:
mc diff ~/mydata/object.txt play/mybucket/object.txtTARGET
Required The object to compare to the
SOURCE.
For an object from MinIO, specify the alias <mc alias> and the full path to that object
(e.g. bucket and path to object). For example:
mc diff play/mybucket/object.txt ~/mydata/object.txtFor an object from a local filesystem, specify the full path to that object. For example:
mc diff ~/mydata/object.txt play/mybucket/object.txtGlobal Flags
Examples
mc diff play/bucket1 play/bucket2Behavior
Output Legend
mc diff uses the
following legend when formatting the diff output:
FIRST < SECOND - object exists only in FIRST 
FIRST > SECOND - object exists only in SECOND 
FIRST ! SECOND - Newer object exists in FIRST