Difference between revisions of "Linux snippets"

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

Latest revision as of 01:50, 24 April 2021

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