Skip to content

Commit

Permalink
Copy symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Verna committed Dec 13, 2011
1 parent f1ce749 commit e27a062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wordmove/hosts/remote_host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def rsync(source_dir, destination_dir)
exclude_file.write(options.exclude.join("\n"))
exclude_file.close

locally_run "rsync", "-az", "--password-file=#{password_file.path}", "--exclude-from=#{exclude_file.path}", "--delete", source_dir, destination_dir
locally_run "rsync", "-azlK", "--password-file=#{password_file.path}", "--exclude-from=#{exclude_file.path}", "--delete", source_dir, destination_dir

password_file.unlink
exclude_file.unlink
Expand Down
Binary file added pkg/wordmove-0.0.2.gem
Binary file not shown.

0 comments on commit e27a062

Please sign in to comment.