[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] How to ignore "No increments older than..."
From: |
dean gaudet |
Subject: |
Re: [rdiff-backup-users] How to ignore "No increments older than..." |
Date: |
Sun, 20 Apr 2003 20:02:52 -0700 (PDT) |
On Sun, 20 Apr 2003, Kingsley G. Morse Jr. wrote:
> The main reason I'm posting is to ask for advice
> on how to change my bash script so it will ignore
> when rdiff-backup returns 1 for
>
> "Fatal Error: No increments older than ... found"
>
> when doing
>
> $ rdiff-backup \
> -v3 \
> --force \
> --remove-older-than 4M \
> /mnt/backup \
> >> /var/log/mirror_backup \
> 2>> /var/log/mirror_backup.err
>
> but still report other fatal errors.
i split it into two invocations -- one with --force --remove-older-than,
the other just for the backup.
-dean