Created
January 31, 2012 20:45
-
-
Save neilkod/1712796 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goal: | |
to copy directories and .dat files from remote server. | |
the daily directories don't exist locally. | |
can rsync create the missing directories for a range of days? | |
rsync -xtv -e ssh nkodner@server:/var/opt/dw/data/flurry_analytics_daily/2012-01-1[1-5]/*.dat $DW_DATA_HOME/flurry_analytics_daily |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment