Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Link to filtering from push and pull commands.
  • Loading branch information
wernight committed Feb 3, 2016
1 parent 9ba5854 commit 2a51907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ $ drive pull --starred --all # Pull all the starred files that aren't in the tra
$ drive pull --starred --all --trashed # Pull all the starred files in the trash
```
Like most commands [.driveignore](#driveignore) can be used to filter which files to pull.
## Note: Checksum verification:
Expand Down Expand Up @@ -347,6 +348,8 @@ drive also supports pushing content piped from stdin which can be accomplished b
$ drive push -piped path
```
Like most commands [.driveignore](#driveignore) can be used to filter which files to push.
Here is an example using drive to backup the current working directory. It pushes a tar.gz archive created on the fly. No archive file is made on the machine running the command, so it doesn't waste disk space.
```shell
Expand Down

0 comments on commit 2a51907

Please sign in to comment.