From 138ea90dfecf7fcf147f613ab233f8924c367296 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 23 Jul 2012 18:06:18 +0200 Subject: [PATCH] just update for rsync --- telecaster/management/commands/telecaster-rsync-archives.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.39.5