Difference between revisions of "Linux snippets"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 4: | Line 4: | ||
* [[Linux startup scripts]]  | * [[Linux startup scripts]]  | ||
* [[Disk management]]  | * [[Disk management]]  | ||
| − | * [[iSCSI target]]  | + | * [[iSCSI target]] (server)  | 
| + | * [[iSCSI initiator]] (client)  | ||
* [[Tftp-server]]  | * [[Tftp-server]]  | ||
* [[PXE boot]]  | * [[PXE boot]]  | ||
Revision as of 00:25, 7 May 2016
Various
- Linux startup scripts
 - Disk management
 - iSCSI target (server)
 - iSCSI initiator (client)
 - Tftp-server
 - PXE boot
 
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