Skip to content

Instantly share code, notes, and snippets.

View cgtarmenta's full-sized avatar
🏠
Working from home

Carlos G. T. Armenta Andrade cgtarmenta

🏠
Working from home
View GitHub Profile
@cgtarmenta
cgtarmenta / proguard-rules.pro
Created February 12, 2018 03:09 — forked from bkhezry/proguard-rules.pro
Proguard rules for popular libraries.
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\Users\bkhezry\AppData\Local\Android\sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
@cgtarmenta
cgtarmenta / Documentation.md
Created July 1, 2016 17:02 — 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