diff options
| -rwxr-xr-x | d-backup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
