From: Guillaume Pellerin Date: Wed, 15 Apr 2015 09:16:56 +0000 (+0200) Subject: keep receiver links X-Git-Tag: 0.9~12^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3052fdd5baab95316205e29897a9d47ccc627e1d;p=telecaster-client.git keep receiver links --- diff --git a/telecaster/management/commands/telecaster-rsync-archives.py b/telecaster/management/commands/telecaster-rsync-archives.py index fd790aa..fde0ac3 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 -aqu ' + command = 'rsync -aquK ' def handle(self, *args, **options): pid = get_pid('rsync')