From: yomguy Date: Mon, 23 Jul 2012 16:06:18 +0000 (+0200) Subject: just update for rsync X-Git-Tag: 0.9~50 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=138ea90dfecf7fcf147f613ab233f8924c367296;p=telecaster-client.git just update for rsync --- diff --git a/telecaster/management/commands/telecaster-rsync-archives.py b/telecaster/management/commands/telecaster-rsync-archives.py index 405085e..fd790aa 100644 --- a/telecaster/management/commands/telecaster-rsync-archives.py +++ b/telecaster/management/commands/telecaster-rsync-archives.py @@ -18,7 +18,7 @@ class Command(BaseCommand): server = settings.TELECASTER_RSYNC_SERVER log = settings.TELECASTER_RSYNC_LOG logger = Logger(log) - command = 'rsync -aq ' + command = 'rsync -aqu ' def handle(self, *args, **options): pid = get_pid('rsync')