Re: Backup and restore question

2015-06-17 Thread Ron Delaware
Robert,

You cannot perform a normal incremental once you have performed a full 
image, unless you have two separate nodes, one doing image backups and one 
doing file by file backups.  You can do incremental image backups but not 
an file by file incremental.

 
Best Regards,
_

email: ron.delaw...@us.ibm.com

 



From:   Robert Ouzen rou...@univ.haifa.ac.il
To: ADSM-L@VM.MARIST.EDU
Date:   06/16/15 21:43
Subject:Re: [ADSM-L] Backup and restore question
Sent by:ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU



Hello Erwann

I admit I am quite lost .

I run a regular incremental backup on disk F:   (first time , so like full 
backup)

As:   INC  F:  -su=yes

I run a full image backup of F: as:   backup image F:

But if I run after a backup image with  -mode=incremental got error:

tsm backup image f:  -mode=incremental
ANS1813E Image Backup processing of '\\nasw\f$' finished with failures.

ANS1229E MODE=INCREMENTAL is not valid on 
\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy17. Image backup not 
processed.

I erased everything an made a test without doing a regular incremental 
backup of disk F as shown below:

tsm backup image F:

Image backup of volume 'F:'

Total number of objects inspected:1
Total number of objects backed up:1
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  19.99 GB
Total number of bytes transferred:86.41 MB
Data transfer time:4.00 sec
Network data transfer rate:   22,123.01 KB/sec
Aggregate data transfer rate: 13,869.33 KB/sec
Objects compressed by:0%
Total data reduction ratio:   99.58%
Elapsed processing time:   00:00:06
tsm backup image F: -mode=incremental

Total number of objects inspected:   16
Total number of objects backed up:0
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  41.56 KB
Total number of bytes transferred:0  B
Data transfer time:0.00 sec
Network data transfer rate:0.00 KB/sec
Aggregate data transfer rate:  0.00 KB/sec
Objects compressed by:0%
Total data reduction ratio:  100.00%
Elapsed processing time:   00:00:06
tsm

Of course NO data in the -mode=incremental but NO error 

What is the correct sequence to have combination of regular incremental 
backup and iimage backup ??

Thanks again for the advice

Best Regards

Robert



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Erwann SIMON
Sent: Tuesday, June 16, 2015 11:26 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

The –deletefiles flag won't be an option if you don't run regular 
incremental backup which is able to mark deleted files as inactive.

The -mode=incremental flag uses incremental by date method that does not, 
so TSM DB is not aware of file deletion.

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Lundi 15 Juin 2015 14:50:58
Objet: Re: [ADSM-L] Backup and restore question

Hello Erwann

I need a little bit more explanations.

 if I understand correctly ,I need to do;

 1. backup image E: (full backup)
2. backup image E:  -mode=incremental   (only new files are 
backup , fast backup

I want to use (test) the restore with option imagetofile
 
Restore image E: F:\diskE.iso -imagetofile  -incremental –deletefiles

So NO need  for regular  incremental  backup  ???

T.I.A  Best Regards

Robert 
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Erwann SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files 
having a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is 

Re: Backup and restore question

2015-06-17 Thread Robert Ouzen
Hello Ronald

Make sense ….  But still

I made today a little test

1.Run a backup image   F:  (Full)   (On it I have there a file test.txt 
with content: “First full backup Image”)

2.  Edit this file test.txt and overwrite with “Incremental backup image”

3.: run a backup image F: -mode=incremental

See  below the output (seems good)

tsm backup image f: -mode=incremental

Total number of objects inspected:   16
Total number of objects backed up:1
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  41.51 KB
Total number of bytes transferred:  240  B
Data transfer time:0.00 sec
Network data transfer rate:0.00 KB/sec
Aggregate data transfer rate:  0.03 KB/sec
Objects compressed by:0%
Total data reduction ratio:   99.44%
Elapsed processing time:   00:00:07

4.  did an:   restore image F: E:\DiskF.iso –imagetofile  -incremental 
–deletefiles

5.But on the file DiskF.iso I see on the test.txt file the content of: “First 
full backup Image”  and not  “Incremental backup image”

I know I missed something but I can’t figure WHAT ???

Best Regards

Robert

From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Ron 
Delaware
Sent: Wednesday, June 17, 2015 9:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Robert,

You cannot perform a normal incremental once you have performed a full image, 
unless you have two separate nodes, one doing image backups and one doing file 
by file backups.  You can do incremental image backups but not an file by file 
incremental.



Best Regards,


Re: Backup and restore question

2015-06-17 Thread Erwann SIMON
Hi Robert,

I think that -incremental and –deletefiles are not available (or ignored) with 
-imagetofile. It makes sense since -incremental would lead to a file restore 
whereas -imagetofile leads to a bloc restore.

You should note that –deletefiles is not availbale (or ignored) if your backup 
has been done like you do : backup image F: -mode=incremental

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Mercredi 17 Juin 2015 11:57:18
Objet: Re: [ADSM-L] Backup and restore question

Hello Ronald

Make sense ….  But still

I made today a little test

1.Run a backup image   F:  (Full)   (On it I have there a file test.txt 
with content: “First full backup Image”)

2.  Edit this file test.txt and overwrite with “Incremental backup image”

3.: run a backup image F: -mode=incremental

See  below the output (seems good)

tsm backup image f: -mode=incremental

Total number of objects inspected:   16
Total number of objects backed up:1
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  41.51 KB
Total number of bytes transferred:  240  B
Data transfer time:0.00 sec
Network data transfer rate:0.00 KB/sec
Aggregate data transfer rate:  0.03 KB/sec
Objects compressed by:0%
Total data reduction ratio:   99.44%
Elapsed processing time:   00:00:07

4.  did an:   restore image F: E:\DiskF.iso –imagetofile  -incremental 
–deletefiles

5.But on the file DiskF.iso I see on the test.txt file the content of: “First 
full backup Image”  and not  “Incremental backup image”

I know I missed something but I can’t figure WHAT ???

Best Regards

Robert

From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Ron 
Delaware
Sent: Wednesday, June 17, 2015 9:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Robert,

You cannot perform a normal incremental once you have performed a full image, 
unless you have two separate nodes, one doing image backups and one doing file 
by file backups.  You can do incremental image backups but not an file by file 
incremental.



Best Regards,


Re: Backup and restore question

2015-06-16 Thread Robert Ouzen
Hello Erwann

I admit I am quite lost .

I run a regular incremental backup on disk F:   (first time , so like full 
backup)

As:   INC  F:  -su=yes

I run a full image backup of F: as:   backup image F:

But if I run after a backup image with  -mode=incremental got error:

tsm backup image f:  -mode=incremental
ANS1813E Image Backup processing of '\\nasw\f$' finished with failures.

ANS1229E MODE=INCREMENTAL is not valid on 
\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy17. Image backup not processed.

I erased everything an made a test without doing a regular incremental backup 
of disk F as shown below:

tsm backup image F:

Image backup of volume 'F:'

Total number of objects inspected:1
Total number of objects backed up:1
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  19.99 GB
Total number of bytes transferred:86.41 MB
Data transfer time:4.00 sec
Network data transfer rate:   22,123.01 KB/sec
Aggregate data transfer rate: 13,869.33 KB/sec
Objects compressed by:0%
Total data reduction ratio:   99.58%
Elapsed processing time:   00:00:06
tsm backup image F: -mode=incremental

Total number of objects inspected:   16
Total number of objects backed up:0
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  41.56 KB
Total number of bytes transferred:0  B
Data transfer time:0.00 sec
Network data transfer rate:0.00 KB/sec
Aggregate data transfer rate:  0.00 KB/sec
Objects compressed by:0%
Total data reduction ratio:  100.00%
Elapsed processing time:   00:00:06
tsm

Of course NO data in the -mode=incremental but NO error 

What is the correct sequence to have combination of regular incremental backup 
and iimage backup ??

Thanks again for the advice

Best Regards

Robert



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Tuesday, June 16, 2015 11:26 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

The –deletefiles flag won't be an option if you don't run regular incremental 
backup which is able to mark deleted files as inactive.

The -mode=incremental flag uses incremental by date method that does not, so 
TSM DB is not aware of file deletion.

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Lundi 15 Juin 2015 14:50:58
Objet: Re: [ADSM-L] Backup and restore question

Hello Erwann

I need a little bit more explanations.

 if I understand correctly ,I need to do;

 1. backup image E:
(full backup)
2. backup image E:  -mode=incremental   (only new files are backup 
, fast backup

I want to use (test) the restore with option imagetofile
 
Restore image E: F:\diskE.iso -imagetofile  -incremental –deletefiles

So NO need  for regular  incremental  backup  ???

T.I.A  Best Regards

Robert 
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Hi to all

Question for 

Re: Backup and restore question

2015-06-16 Thread Erwann SIMON
Hello Robert,

The –deletefiles flag won't be an option if you don't run regular incremental 
backup which is able to mark deleted files as inactive.

The -mode=incremental flag uses incremental by date method that does not, so 
TSM DB is not aware of file deletion.

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Lundi 15 Juin 2015 14:50:58
Objet: Re: [ADSM-L] Backup and restore question

Hello Erwann

I need a little bit more explanations.

 if I understand correctly ,I need to do;

 1. backup image E:
(full backup)
2. backup image E:  -mode=incremental   (only new files are backup 
, fast backup

I want to use (test) the restore with option imagetofile
 
Restore image E: F:\diskE.iso -imagetofile  -incremental –deletefiles

So NO need  for regular  incremental  backup  ???

T.I.A  Best Regards

Robert 
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Hi to all

Question for people using BACKUP AND RESTORE IMAGE

I have a Windows client  with millions of files and I am thinking of using 
backup image on it.

Some questions ,  after the first backup image of disk E:  (full Image) as :  
backup image E:

In the documentation I can use after it and incremental backup image as:  
backup image E:   -mode=incrementalCORRECT ?

Of course the content of disk E: will change, files will be added and deleted.

So the correct syntax for restoring the image will be:Restore image  E:   
X:   -incremental–deletefiles

Any advice will be appreciate

Best Regards

Robert Ouzen

Haifa University


Re: Backup and restore question

2015-06-15 Thread Robert Ouzen
Hello Erwann

I need a little bit more explanations.

 if I understand correctly ,I need to do;

 1. backup image E:
(full backup)
2. backup image E:  -mode=incremental   (only new files are backup 
, fast backup

I want to use (test) the restore with option imagetofile
 
Restore image E: F:\diskE.iso -imagetofile  -incremental –deletefiles

So NO need  for regular  incremental  backup  ???

T.I.A  Best Regards

Robert 
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Hi to all

Question for people using BACKUP AND RESTORE IMAGE

I have a Windows client  with millions of files and I am thinking of using 
backup image on it.

Some questions ,  after the first backup image of disk E:  (full Image) as :  
backup image E:

In the documentation I can use after it and incremental backup image as:  
backup image E:   -mode=incrementalCORRECT ?

Of course the content of disk E: will change, files will be added and deleted.

So the correct syntax for restoring the image will be:Restore image  E:   
X:   -incremental–deletefiles

Any advice will be appreciate

Best Regards

Robert Ouzen

Haifa University


Re: Backup and restore question

2015-06-14 Thread Robert Ouzen
Hello Erwann

Thank's a lot for the input

Best Regard  / תודה

Robert Ouzen

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Hi to all

Question for people using BACKUP AND RESTORE IMAGE

I have a Windows client  with millions of files and I am thinking of using 
backup image on it.

Some questions ,  after the first backup image of disk E:  (full Image) as :  
backup image E:

In the documentation I can use after it and incremental backup image as:  
backup image E:   -mode=incrementalCORRECT ?

Of course the content of disk E: will change, files will be added and deleted.

So the correct syntax for restoring the image will be:Restore image  E:   
X:   -incremental–deletefiles

Any advice will be appreciate

Best Regards

Robert Ouzen

Haifa University


Re: Backup and restore question

2015-06-14 Thread Erwann SIMON
Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: Robert Ouzen rou...@univ.haifa.ac.il
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Hi to all

Question for people using BACKUP AND RESTORE IMAGE

I have a Windows client  with millions of files and I am thinking of using 
backup image on it.

Some questions ,  after the first backup image of disk E:  (full Image) as :  
backup image E:

In the documentation I can use after it and incremental backup image as:  
backup image E:   -mode=incrementalCORRECT ?

Of course the content of disk E: will change, files will be added and deleted.

So the correct syntax for restoring the image will be:Restore image  E:   
X:   -incremental–deletefiles

Any advice will be appreciate

Best Regards

Robert Ouzen

Haifa University