Linux snippets

From Tom's notes
Revision as of 15:25, 31 December 2017 by Tom (talk | contribs)
Jump to navigation Jump to search

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