]> git.parisson.com Git - telecaster-client.git/commitdiff
keep receiver links
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 15 Apr 2015 09:16:56 +0000 (11:16 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 15 Apr 2015 09:16:56 +0000 (11:16 +0200)
telecaster/management/commands/telecaster-rsync-archives.py

index fd790aa3e2a11be0b31a016b1f33ab1490f07350..fde0ac3340f1e38e11f64f0f69a1c9ed7302a086 100644 (file)
@@ -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')