Les Mikesell wrote: > > You get new directories and attrib files in each run. The only plain > file in the list does have the same inode number - and a count of 4 links. >
Yes, you are right :-) cp -rl /var/lib/backuppc/pc/host1/0 /var/lib/backuppc/pc/host2/0 do what I want. Also cp -al /var/lib/backuppc/pc/host1/0 /var/lib/backuppc/pc/host2/0 do what I want. I would prefer -a instead -r because it preserve attributes and didn't follow symbolic links. br Matthias -- Don't Panic ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ 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/
