Skip to content

Instantly share code, notes, and snippets.

View jphuc96's full-sized avatar
💭
work work work work work - Rihanna

Phuc Nguyen jphuc96

💭
work work work work work - Rihanna
  • Vietnam
View GitHub Profile
@jphuc96
jphuc96 / Documentation.md
Created July 4, 2020 16:28 — 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

Keybase proof

I hereby claim:

  • I am jphuc96 on github.
  • I am jphuc96 (https://keybase.io/jphuc96) on keybase.
  • I have a public key ASDDXvVO6W2nyN6pIlL_Nyt1hVD1LE_yI4c7dWYh5lnJ4go

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jphuc96 on github.

  • I am jphuc96 (https://keybase.io/jphuc96) on keybase.

  • I have a public key ASA4hFK__AlyGASUVL9ZuDm49a579c-uDJk8AcG54LdJCgo

## Lunch Order REST API
#### /users
- GET: Get all users
- POST: Create new user
#### /menus
- GET: Get all menus
- POST: Create menu from items list
#### /menus/:name
- GET: Get a menu
- DELETE: Delete a menu