In April, 2018, I setup a borg backup script in an 11.1 jail which ran by a daily chron job. My script created a daily archive which backed up to my rsync.net account. Everything ran perfectly until recently when I noticed that the last daily archive stopped on 12/2/2018. From the jail shell, I attempted to manually create a borg archive, however, no luck. Thinking perhaps the EOL on FreeBSD 11.1 was potentially causing some issue, I resolved to wait on FreeNAS 11.2 to upgrade the jail and see if it would work.
A few days later on 12/6/18, I upgraded to FreeNAS 11.2, and created a new 11.2 jail. I was able to create a borg remote repository with
However, as before, borg archive creation
failed. I have tried running borg backups using the default rsync.net borg 0.29 server side version, and the --remote-path=borg1 option which calls borg 1.5.1 server side. I have even tried running borg from Ubuntu and had similar failures.
I'm thinking there might be a problem on rsync.net's server side implementation of borg. As I said, my backups ran perfectly for over six months.
Does anyone else on the forum do borg backups to rsync.net? If so, can you check to see if they are currently running successfully?
Freenas System:
FreeNas 11.2 Stable | Supermicro X10SLM+-F-O | Intel Xeon 1220 v3 | 16 GB (2 x 8 GB) Crucial DDR3 1.35V ECC | 5 x 3TB WD Red in RaidZ2 | SanDisk SSD Boot Drive | Seasonic SS 300ET 300W | Generic ATX full tower case
A few days later on 12/6/18, I upgraded to FreeNAS 11.2, and created a new 11.2 jail. I was able to create a borg remote repository with
Code:
borg init --encryption=repokey xxxx@usw-s009.rsync.net:backup
However, as before, borg archive creation
Code:
borg create --debug xxxx.usw-s009.rsync.net:backup::daily1 /mnt
failed. I have tried running borg backups using the default rsync.net borg 0.29 server side version, and the --remote-path=borg1 option which calls borg 1.5.1 server side. I have even tried running borg from Ubuntu and had similar failures.
I'm thinking there might be a problem on rsync.net's server side implementation of borg. As I said, my backups ran perfectly for over six months.
Does anyone else on the forum do borg backups to rsync.net? If so, can you check to see if they are currently running successfully?
Freenas System:
FreeNas 11.2 Stable | Supermicro X10SLM+-F-O | Intel Xeon 1220 v3 | 16 GB (2 x 8 GB) Crucial DDR3 1.35V ECC | 5 x 3TB WD Red in RaidZ2 | SanDisk SSD Boot Drive | Seasonic SS 300ET 300W | Generic ATX full tower case