|
From: Pascal M. <pa...@al...> - 2017-09-25 14:58:47
|
Le 25. 09. 17 à 11:36, Philippe Maladjian a écrit : > In Xfer log i've this message > > XferLOG file /media/backuppc/pc/svbackup04/XferLOG.0.z created > 2017-09-25 11:23:28 > Backup prep: type = full, case = 1, inPlace = 1, doDuplicate = 0, > newBkupNum = 0, newBkupIdx = 0, lastBkupNum = , lastBkupIdx = > (FillCycle = 0, noFillCnt = ) > Running: /usr/local/bin/rsync_bpc --bpc-top-dir /media/backuppc > --bpc-host-name svbackup04 --bpc-share-name /media --bpc-bkup-num 0 > --bpc-bkup-comp 3 --bpc-bkup-prevnum -1 --bpc-bkup-prevcomp -1 > --bpc-bkup-inode0 1 --bpc-attrib-new --bpc-log-level 9 -e /bin/ssh\ > -l\ backuppc\ -i\ /home/backuppc/.ssh/id_rsa\ -x > --rsync-path=/usr/bin/sudo\ /bin/rsync --super --recursive > --protect-args --numeric-ids --perms --owner --group -D --times > --links --hard-links --delete --delete-excluded --one-file-system > --partial --log-format=log:\ %o\ %i\ %B\ %8U,%8G\ %9l\ %f%L --stats > --checksum --timeout=72000 --include=/netapp_www --exclude=/\* > --exclude=/backup --exclude=/backuppc --exclude=/syno --exclude=/usb > --exclude=/cdrom svbackup04:/media/ / > Is the content of /media remote (mounted from another system using NFS for example) ? You may want to try to remove the option "--one-file-system" in rsync options. > > full backup started for directory /media > Xfer PIDs are now 21104 > This is the rsync child about to exec /usr/local/bin/rsync_bpc > bpc_lib_conf_init: topDir = /media/backuppc, logLevel = 9 > bpc_path_create(/media/backuppc/pc/svbackup04/0) > bpc_attrib_backwardCompat: WriteOldStyleAttribFile = 0, > KeepOldAttribFiles = 0 > bpc_stat(/) > splitPath: trimming path = '' > splitPath: returning dir = '/', fileName = '/media', attrib = > '/attrib' from path = '' > bpc_attribCache_loadPath: path = / -> dir = /, fileName = /media, > attribPath = /attrib > bpc_attrib_dirRead(/media/backuppc/pc/svbackup04/0//attrib); dirPath = > /media/backuppc/pc/svbackup04/0, attribFilePath = /attrib, > attribFileName = attrib > bpc_lstat(/) > splitPath: trimming path = '' > splitPath: returning dir = '/', fileName = '/media', attrib = > '/attrib' from path = '' > bpc_attribCache_loadPath: path = / -> dir = /, fileName = /media, > attribPath = /attrib > splitPath: trimming path = '' > splitPath: returning dir = '/', fileName = '/media', attrib = > '/attrib' from path = '' > > > _______________________________________________ > BackupPC-users mailing list > Bac...@li... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ |