Difference between revisions of "Linux snippets"

From Tom's notes
Jump to navigation Jump to search
Line 10: Line 10:
 
* [[Docker cheat sheet]]
 
* [[Docker cheat sheet]]
 
* [[Gentoo minimal boot rescue on Qemu]]
 
* [[Gentoo minimal boot rescue on Qemu]]
 +
* [[Microsecond time]]
  
 
=File manipulation=
 
=File manipulation=

Revision as of 13:02, 27 March 2018

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