[Borgbackup] Backup not completing

Daniel Phillips alleyoopster at gmail.com
Thu Nov 9 23:50:30 EST 2017


Hi,

Server:
Rasp Pi2 with Rasbian (Stretch)
borg 1.0.9

Client:
Arch Linux, borg 1.1.1, Repository size 1.2TB

I've been running an automated borg job to a local Rasp Pi for each of
my machines. One of them has stopped backing up as in the backup never
seems to complete and there are no error messages. A verify on the repo
looks good. I notice there is not much CPU or disk activity on either
machine during the backup. Is there a way of seeing progress aside from
the --list and --stats options.

The script is  I am using is :

#!/bin/bash

REPOSITORY=pi at 192.168.0.220:/media/nas/backups/hornswaggle

-- borg create --list --stats --exclude-caches  --exclude-if-present
noborgbackup      \
            $REPOSITORY::'{hostname}-{now:%Y-%m-%d_%T}'    \
                /home                                   \
                /var                                    \
                /etc                                    \
                        --exclude '/home/*/.cache'      \
                        --exclude '/var/lock'           \
                        --exclude '/var/run'            \
                        --exclude '/var/tmp'            \
                        --exclude '/var/cache'          \

borg prune -v $REPOSITORY --prefix '{hostname}-' \
            --keep-hourly=2 --keep-daily=7 --keep-weekly=4 --keep-monthly=6


Any help troubleshooting the issue would be very much appreciated.


Regards,

Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/borgbackup/attachments/20171110/3f3f6bb4/attachment.html>


More information about the Borgbackup mailing list