Skip to content

Instantly share code, notes, and snippets.

@cobysy
Created August 5, 2018 16:51
Show Gist options
  • Save cobysy/96f9538320c81845385e892a02abd923 to your computer and use it in GitHub Desktop.
Save cobysy/96f9538320c81845385e892a02abd923 to your computer and use it in GitHub Desktop.
rsync JMdict_e
#!/bin/sh
# v = verbose
# z = reduce the network transfer by adding compression
# P = combines the flags --progress and --partial.
# The first of these gives you a progress bar for the transfers and the second allows you to resume interrupted transfers
rsync -vzP ftp.edrdg.org::nihongo/JMdict_e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment