From: Simon Ruderich Date: Tue, 26 Aug 2008 15:07:49 +0000 (+0100) Subject: Updated "sync" to upload symbolic links as files. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1ed41bc9608bb59582cee6169a779fe4524731f3 Updated "sync" to upload symbolic links as files. --- diff --git a/rc b/rc index 50f89c7..9c55eea 100644 --- a/rc +++ b/rc @@ -10,4 +10,4 @@ set bmk:save-passwords yes # Create new "command" sync which will sync local directories with remote ones # and transfer all missing/outdated files. Local files which don't exist # anymore are removed on the server. -alias sync mirror --verbose --reverse --delete --exclude .DS_Store +alias sync mirror --verbose --reverse --delete --dereference --exclude .DS_Store