Difference between revisions of "Linux snippets"

From Tom's notes
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 01:25, 7 May 2016

Vserver

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