diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 28e19d9..10b5ece 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -2769,7 +2769,7 @@ byTab has the short name as the key, simData as the value. | |||
2769 | sendTmuxCmd(ourSims->backup, ""); | 2769 | sendTmuxCmd(ourSims->backup, ""); |
2770 | if ('\0' != rSync[0]) | 2770 | if ('\0' != rSync[0]) |
2771 | { | 2771 | { |
2772 | if (shellMeFail("time ionice -c3 nice -n 19 rsync -Ha -R --modify-window=2 --partial --port=%d --remove-source-files %s/*.iar %s", | 2772 | if (shellMeFail("ionice -c3 nice -n 19 rsync -Ha -R --modify-window=2 --partial --port=%d --remove-source-files %s/*.iar %s", |
2773 | rSyncPort, scBackup, rSync)) | 2773 | rSyncPort, scBackup, rSync)) |
2774 | E("rsync failed"); | 2774 | E("rsync failed"); |
2775 | } | 2775 | } |
@@ -2799,7 +2799,7 @@ byTab has the short name as the key, simData as the value. | |||
2799 | sendTmuxCmd(simd->paneID, ""); | 2799 | sendTmuxCmd(simd->paneID, ""); |
2800 | if ('\0' != rSync[0]) | 2800 | if ('\0' != rSync[0]) |
2801 | { | 2801 | { |
2802 | if (shellMeFail("time ionice -c3 nice -n 19 rsync -Ha -R --modify-window=2 --partial --port=%d --remove-source-files %s/*.oar %s", | 2802 | if (shellMeFail("ionice -c3 nice -n 19 rsync -Ha -R --modify-window=2 --partial --port=%d --remove-source-files %s/*.oar %s", |
2803 | rSyncPort, scBackup, rSync)) | 2803 | rSyncPort, scBackup, rSync)) |
2804 | E("rsync failed"); | 2804 | E("rsync failed"); |
2805 | } | 2805 | } |