BackupPC-users

Re: [BackupPC-users] backing up to NAS

2008-05-06 09:07:13
Subject: Re: [BackupPC-users] backing up to NAS
From: Tino Schwarze <backuppc.lists AT tisc DOT de>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 6 May 2008 15:07:01 +0200
Hi Leandro,

On Tue, May 06, 2008 at 08:27:20AM -0400, Leandro Tracchia wrote:

> thanks for your reply. like i said before, after the backup crashed it saved
> the partial dump and continued on the next wakeup schedule. that third time
> around the backup finished successfully because the next 2 entries on my log
> are for the next 2 shares to backup (the last 3 lines are when i did a
> manual stop). i'm reposting the log. the A-F/ folder is the one that crashed
> (twice actually)

The third did not really finish. You've still got no complete backup
because you interrupted it.

> 2008-05-02 11:56:49 full backup started for directory A-F
> 2008-05-02 17:07:38 Aborting backup up after signal PIPE
> -----------> (FIRST CRASH) 2008-05-02 17:07:40 Got fatal error during xfer
> (aborted by signal=PIPE)

SIGPIPE means that somehow the network connection was closed.

> 2008-05-02 17:07:45 Saved partial dump 0
> 2008-05-02 20:00:06 full backup started for directory A-F
> -----------> (SECOND CRASH) 2008-05-02 22:54:40 Got fatal error during xfer
> (Child exited prematurely)
> 2008-05-02 22:54:45 Backup aborted (Child exited prematurely)

I'm not sure about that. If the client timeout is met, you'll see a
SIGALARM.

> 2008-05-02 22:54:45 Saved partial dump 0
> 2008-05-03 20:00:02 full backup started for directory A-F
> 2008-05-04 17:14:22 full backup started for directory G-N
> 2008-05-04 22:46:52 full backup started for directory O-Z
> 2008-05-05 10:02:40 Aborting backup up after signal INT
> 2008-05-05 10:02:46 Got fatal error during xfer (aborted by user
> (signal=INT))
> 2008-05-05 10:02:47 Saved partial dump 0
> 
> i'm not sure why it worked the third time around and not the first time....
> 
> whats a good linux command to count all your files???

The following command (executed in the 0/ directory if the backup) will
count all files in the backup:
  find . -type f | grep -v 'fattrib' | wc -l
And this will count all directories:
  find . -type d | wc -l

HTH,

Tino.

-- 
„What we resist, persists.” (Zen saying)

www.craniosacralzentrum.de
www.forteego.de

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/