Hi, jguillem wrote on 2011-04-26 05:54:56 -0700 [[BackupPC-users] incremental smbclient directory empty]: > What commands you use to perform the incremental backup?
standard rsync over ssh. Why? > To full backup I try it and works: > > smbclient //host/share -U user -E -d 1 -c tarmode\ inc -Tc file.tar * > > and try it to incremental but dont work > > smbclient //host/share -U user -E -d 1 -c tarmode\ inc -TcN file.tar * Ah. Look in your configuration or log file. Read the documentation. It would appear your incremental command is missing a timestamp file. And I doubt you really want 'tarmode inc', though for testing it probably doesn't make much of a difference. In reality, you're escaping the '*', right? Doubt that helps. Regards, Holger > |This was sent by [email protected] via Backup Central. Why am I not surprised? ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ 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/
