I have a backup server configured in Ubuntu Server, and then we have multiple servers on our Network, some are Windows Server 2008 and others are Ubuntu server 14.04.
On the Windows Server the backups are working perfectly, but on the Ubuntu Server we are getting the following error:
Errors
21.11.14 18:53
Cannot access directory to backup: “”
Errors
21.11.14 18:53
Constructing of filelist of “dns1.brickit.local” failed: error - index error
Errors
21.11.14 18:53
Backup had errors. Deleting partial backup.
I’m testing for the “Full File Backup”, it appears to be working smoothly. I have a question you just listed all the directorys in the “/” directory right?
I made a link “ln -s / /urbackup” and then put “/urbackup” in the default directory to backup. It works but i guess i will hit problems if i have to do a full restore
I think the problem with “Image Backups” on Linux is related to BTRFS, because you only provide scripts for BTRFS and we are using LVM, which apparently doesn’t work with each other.