Skip to content

Instantly share code, notes, and snippets.

View jruzafa's full-sized avatar
🎯
Focusing

Jose Ruzafa jruzafa

🎯
Focusing
View GitHub Profile
@jruzafa
jruzafa / Documentation.md
Created October 8, 2019 13:31 — forked from KartikTalwar/Documentation.md
Rsync over SSH - (40MB/s over 1GB NICs)

The fastest remote directory rsync over ssh archival I can muster (40MB/s over 1gb NICs)

This creates an archive that does the following:

rsync (Everyone seems to like -z, but it is much slower for me)

  • a: archive mode - rescursive, preserves owner, preserves permissions, preserves modification times, preserves group, copies symlinks as symlinks, preserves device files.
  • H: preserves hard-links
  • A: preserves ACLs
Export spreadsheet as csv.
=ArrayFormula(""""&Sheet1!A:B&"""")
Open with sublime;
1.Replace """" with ""
2.Replace """ with "
source: http://stackoverflow.com/questions/3315636/how-to-enclose-every-cell-with-double-quotes-in-google-docs-spreadsheet