On 4/5/23 10:57, G.W. Haywood via BackupPC-users wrote:
Hi there,
On Wed, 5 Apr 2023, Mark Murawski wrote:
...
$Conf{BackupFilesOnly} = {
'/' => [
'bin',
'apps',
'opt',
'lib32',
'intellasoft',
'etc',
'manageServ',
'boot',
'var',
'lib',
'lib64',
'usr',
'home',
'sbin'
]
};
$Conf{TarShareName} = [
'/'
];
...
Is the above what you really want?
What happens if you add '--ignore-failed-read' to the tar options?
Are you writing backups to the same filesystem that you're backing up?
There are certain directories that are to be backed up and the rest are
skipped/ignored. And yes, the backup destination is the same filesystem
for this instance.
I'll give the ignore-failed-read a go... thanks!
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/