summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xd-backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/d-backup b/d-backup
index dbc800f..c0b4cac 100755
--- a/d-backup
+++ b/d-backup
@@ -28,7 +28,7 @@ EOF
backup() {
duplicity cleanup --force "$TARGET"
duplicity remove-all-but-n-full 3 --force "$TARGET"
- duplicity \
+ nice ionice duplicity \
--exclude-filelist "$HOME/.duplicity-exclude" \
--full-if-older-than 2M \
"$SOURCE" "$TARGET"