Re: [BackupPC-users] Restore Backup Doen't work well

2010-04-05 Thread Will Gregorian
I'm guessing an unrecognized MIME type? Was the file a zipped archive to
begin with or, are you trying to download the zipped archive? 

Will


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] Restore Backup Doen't work well

2010-04-05 Thread professorgenival

When I tryied download a zip file from google chrome It's downloading  the 
script Backup_admin from de cgi-gin :-(

And the download doesn't work... any one can help me??? before a was using IE 
Explorer... and it still trying to opne the file in the browser...

+--
|This was sent by professorgeni...@hotmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Incremental backup: What files changed?

2010-04-05 Thread Luis Paulo
I'm not sure I understand you, but maybe this helps:

I'm not counting files. I'm counting lines starting with "  create" in the
backup log
file /var/lib/backuppc/pc//XferLOG..z

> /usr/share/backuppc/bin/BackupPC_zcat
/var/lib/backuppc/pc/portatil/XferLOG.35.z |grep -c "^  create"
  19491

If I exclude directories, I have 10 create files/lines  (9 regular, 1 p).
The following lists them

> /usr/share/backuppc/bin/BackupPC_zcat
/var/lib/backuppc/pc/portatil/XferLOG.35.z |grep "^  create" |grep -v "^
create d"
  create   644   0/01502 dev/.udev/queue.bin
  create   644   0/0   46141
var/lib/DeviceKit-power/history-charge-T12--24-50.dat
  create   644   0/02730 var/lib/dhcp3/dhclient.br0.leases
  create   644   0/0   10518 var/log/ConsoleKit/history
  create   640 101/4   36033 var/log/auth.log
  create   640 101/4  165433 var/log/daemon.log
  create   640 101/4   10134 var/log/syslog
  create   600   0/01310 var/run/ConsoleKit/database
  create   644   0/0 486 var/run/motd
  create p 600   101/103   0 var/run/rsyslog/kmsg

Thank you
Luis


> The count not only including directories but also the files "attrib". One
> in
> each directory.
> I believe your counting (19491 Total files, 10 regular files) can't be
> correct. Regular files must be an odd number because count of directories
> and attrib files must be an even number.
>
> You can do a "ls -R /var/lib/backuppc/pc//"
>
> br
> Matthias
> --
> Don't Panic
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/