From a42ab82225d2c9cc370926d6f0055a7039979e66 Mon Sep 17 00:00:00 2001 From: thomp Date: Sun, 23 Aug 2020 15:08:19 -0700 Subject: [PATCH] README: clearly indicate need for drive context with push (#1095) Fixes #1063 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de8c5e27..3f6ad79f 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,8 @@ Like `pull`, you can run it without any arguments to push all of the files from drive push -depth 1 head-folders ``` +`drive push path` expects the path to be within the context of the drive. If the drive is locally at `~/grdrive`, `drive push ~/xyz.txt` may not execute as desired. Each path should reference a file or directory under the root directory of the mounted directory. + You can also push multiple paths that are children of the root of the mounted drive to a destination, in relation to issue #612, using key `-destination`: