diff options
author | root <root@destroy> | 2013-01-31 21:24:27 +0100 |
---|---|---|
committer | root <root@destroy> | 2013-01-31 21:24:27 +0100 |
commit | b55bb65e05f6645d87470b94ef56ec0c3d6c160d (patch) | |
tree | 0c7ff81bf724ebce7a3a2b16540038de14acafd7 /retiolum/bin | |
parent | 453593943e41edc1b55372951af1e3b2768e59c0 (diff) |
//retiolum update-retiolum-hosts: rsync -I
Diffstat (limited to 'retiolum/bin')
-rwxr-xr-x | retiolum/bin/update-retiolum-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/bin/update-retiolum-hosts b/retiolum/bin/update-retiolum-hosts index 214ac205..eb57af3f 100755 --- a/retiolum/bin/update-retiolum-hosts +++ b/retiolum/bin/update-retiolum-hosts @@ -11,4 +11,4 @@ fi cd $(dirname $(readlink -f $0))/.. mkdir -p /etc/tinc/retiolum/hosts -rsync -va --delete hosts/ /etc/tinc/retiolum/hosts/ +rsync -va -I --delete hosts/ /etc/tinc/retiolum/hosts/ |