,Hello :)
i used backuppc3 a lot of years. So it was time to change to backuppc4. I've installed backuppc4 as in the wiki decripte with the script from the GIT on Ubuntu 16.04. Everything seems to be working fine. But on my config the homefolder wouldn'd be saved in the backup. The folder is always empty. Right's are ok. With the same configparameters this was working on backuppc3. Here is my config:
$Conf{BackupsDisable} = 0;
$Conf{BackupFilesExclude} = {
'/' => [
'/dev',
'/lost+found',
'/media',
'/proc',
'/sys',
'/tmp',
'/run',
'/vdr-aufnahmen',
'/var/tmp',
'/home/mario/sicherung',
'/home/steamlinux',
'/home/daten_virtu01',
'/home/HDD-steamlinux',
'/home/mario/Nextcloud',
'/home/mario/archiv',
'/home/daten_herbert'
]
};
$Conf{BackupFilesOnly} = {};
$Conf{RsyncClientPath} = 'sudo /usr/bin/rsync';
$Conf{RsyncSshArgs} = [
'-e',
'$sshPath -l backuppc'
];
So what is going wrong? Why "/home" would not be saved in the backup? In the log i see this one entry for that location:
new recv cd+++++++++ rwxr-xr-x 10001, 30024 4096 home
and that is all, nothing more.
Thanks for helping.
Best Regards
Mario
--
Life is a thing of mind and matter. I don't mind and you don't matter.
Jabber: [email protected]
------------------------------------------------------------------------------
,
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
