Difference between revisions of "Linux snippets"

From Tom's notes
Jump to navigation Jump to search
Line 12: Line 12:
 
* [[Microsecond time]]
 
* [[Microsecond time]]
 
* [[Hibernation using full disk encryption]]
 
* [[Hibernation using full disk encryption]]
 +
* [[Linux on Alienware 15 R4]]
  
 
=File manipulation=
 
=File manipulation=

Revision as of 23:06, 9 June 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