[Borgbackup] How can I tell borg not to limit output to 80 chars/line?

Gerrit A. Smit gait at ATComputing.nl
Wed Oct 25 07:26:32 EDT 2017


Hello,


I'm using borg 1.1.1. on a FreeBSD-system with loglevel '--debug'
running in the background with nohup (so it's not interactive).

When running from a script in the background and using nohup,
how can I tell borg not to limit its output to 80 chars/line?
(I do appreciate that lines only contain a ^M, thats OK with me ;-)

I tried prepending stdbuf, like this:

# stdbuf -e L -o L borg ...

to no avail.

Anyone?


Gerrit


Example output:

0 B O 0 B C 0 B D 0 N data/backup/.zfs/snapshot/borg-2017-10-23T16:33:25
0 B O 0 B C 0 B D 1 N data/backup/.zfs/snapshot/...monthly.5/backup/.autorelabel
Initializing cache transaction: Reading config
Initializing cache transaction: Reading chunks
Initializing cache transaction: Reading files

129.99 kB O 86.66 kB C 0 B D 1 N data/backup/.zfs/sna...onthly.5/backup/bin/cpio
1.18 MB O 772.24 kB C 0 B D 13 N data/backup/.zfs/sna...ly.5/backup/bin/hostname


More information about the Borgbackup mailing list