Article 51R6C REAR - Relax-and-Recover Failing to backup

REAR - Relax-and-Recover Failing to backup

by
toxine
from LinuxQuestions.org on (#51R6C)
Hello

I am trying to to backup my server (SDC)to a internal hard drive (SDB1). REAR keeps failing saying
Code:mkdir: cannot create directory '/storage/virtual/FileServer/Backup/rear.MsomcWZom7RAH8B/outputfs/rear/localhost/20200405.1951': No space left on device
2020-04-05 19:53:44.638924512 ERROR: Could not create USB ReaR dir [/storage/virtual/FileServer/Backup/rear.MsomcWZom7RAH8B/outputfs/rear/localhost/20200405.1951]/storage/virtual/FileServer/Backup/ is actually pooled drive using mergerfs. Local disk space 23.78 TiB used / 12.25 TiB free / 36.03 TiB total
at first i was using the default /tmp folder but I got the same error. So I decided to move backup /tmp to storage mount point. What am i doing wrong here?
I also changed the permission to 777 for backup folder.
I created a new backup folder directly from 10 TB drive mount point instead of mergerfs. export TMPDIR="/storage/disk8/FileServer/Backup/" i got the same error
Code:mkdir: cannot create directory '/storage/disk8/FileServer/Backup/rear.DxcR5nVnWKwcSkN/outputfs/rear/localhost/20200405.2007': No space left on device
2020-04-05 20:08:34.518385971 ERROR: Could not create USB ReaR dir [/storage/disk8/FileServer/Backup/rear.DxcR5nVnWKwcSkN/outputfs/rear/localhost/20200405.20$REAR log file
http://m.uploadedit.com/beth/1586102351607.txt

REAR config
Code:# Default is to create Relax-and-Recover rescue media as ISO image
# set OUTPUT to change that
# set BACKUP to activate an automated (backup and) restore of your data
# Possible configuration values can be found in /usr/share/rear/conf/default.conf
#
# This file (local.conf) is intended for manual configuration. For configuration
# through packages and other automated means we recommend creating a new
# file named site.conf next to this file and to leave the local.conf as it is.
# Our packages will never ship with a site.conf.

OUTPUT=USB
BACKUP=NETFS
BACKUP_URL="usb:///dev/disk/by-label/REAR-000"
BACKUP_PROG_EXCLUDE=("${BACKUP_PROG_EXCLUDE[@]}" '/storage' '/mnt')
export TMPDIR="/storage/virtual/FileServer/Backup/"latest?d=yIl2AUoC8zA latest?i=sLdBG0U65xI:fgSQYlwqV34:F7zBnMy latest?i=sLdBG0U65xI:fgSQYlwqV34:V_sGLiP latest?d=qj6IDK7rITs latest?i=sLdBG0U65xI:fgSQYlwqV34:gIN9vFwsLdBG0U65xI
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments