Difference between revisions of "Linux snippets"

From Tom's notes
Jump to navigation Jump to search
Line 6: Line 6:
 
* [[iSCSI target]]
 
* [[iSCSI target]]
 
* [[Tftp-server]]
 
* [[Tftp-server]]
 +
* [[PXE boot]]
  
 
=File manipulation=
 
=File manipulation=

Revision as of 11:03, 27 April 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