Difference between revisions of "Linux snippets"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 5: | Line 5: | ||
* [[Disk management]]  | * [[Disk management]]  | ||
* [[iSCSI target]]  | * [[iSCSI target]]  | ||
| + | * [[Tftp-server]]  | ||
=File manipulation=  | =File manipulation=  | ||
Revision as of 22:21, 26 April 2016
Various
File manipulation
Rsync copy keeping all attributes
Using checksumming:
rsync -acPHAXSxvW --numeric-ids --delete --stats
Only comparing size and time:
rsync -aPHAXSxvW --numeric-ids --delete --stats