Hello,
I have a client with retention time of 1 year and browse time of 1 month.
I had to recover data of 2, 3, 4 and 5 months ago for this client, so I used the nsrck command as detailed in admin guide.
"
To recover a client file index for a specific date, enter the following command:
nsrck -t "time mm/dd/yyyy" -L7 client_name
When you recover a client file index from a time and date in the past, nsrck adds the entire contents of the index from that time and date to the current client file index contents. The client file index becomes much larger.
"
But issuing the command
nsrck -t "04 pm 01/02/2006" -L7 client_name
enlarged the client index only using one tape and not all the available ones since 2nd of January up to today.
I'm manually using this policy to manage tapes in Legato:
- keep every tape that contains end of month backups for 1 year, eventually exporting it from the library
- keep all end of week backups of the last 30 days
- keep all the daily backups of the current month
Manually means that I delete the tapes from inside the mgmt console and then I redo inventory and label for that (new) tape.
For example if tape 005 has data from 14th of March to 25th of March and I am in May and I need space for the tapes, I delete that tape.
Is this the reason why legato only restores client index of one tape?
In my case I had to specify many nsrck commands,
nsrck -t "04 pm 02/02/2006" -L7 mailserver
nsrck -t "04 pm 03/02/2006" -L7 mailserver
nsrck -t "04 pm 04/02/2006" -L7 mailserver
nsrck -t "04 pm 05/02/2006" -L7 mailserver
nsrck -t "04 pm 06/02/2006" -L7 mailserver
nsrck -t "04 pm 07/02/2006" -L7 mailserver
and each of them recovered the index using a different tape.
And now when I select "show versions", I can see al the backups available for that client till today.
Any other ways/strategies to use only one command?
I remember when I delete the tape I'm asked if I want to delete
1) file and media index entries
or
2) file index entries only
I usually select 1)
Could it help selecting 2), if I need to regenerate index past browse policy? Exactly what is the difference?
Thanks in advance,
Gianluca
I have a client with retention time of 1 year and browse time of 1 month.
I had to recover data of 2, 3, 4 and 5 months ago for this client, so I used the nsrck command as detailed in admin guide.
"
To recover a client file index for a specific date, enter the following command:
nsrck -t "time mm/dd/yyyy" -L7 client_name
When you recover a client file index from a time and date in the past, nsrck adds the entire contents of the index from that time and date to the current client file index contents. The client file index becomes much larger.
"
But issuing the command
nsrck -t "04 pm 01/02/2006" -L7 client_name
enlarged the client index only using one tape and not all the available ones since 2nd of January up to today.
I'm manually using this policy to manage tapes in Legato:
- keep every tape that contains end of month backups for 1 year, eventually exporting it from the library
- keep all end of week backups of the last 30 days
- keep all the daily backups of the current month
Manually means that I delete the tapes from inside the mgmt console and then I redo inventory and label for that (new) tape.
For example if tape 005 has data from 14th of March to 25th of March and I am in May and I need space for the tapes, I delete that tape.
Is this the reason why legato only restores client index of one tape?
In my case I had to specify many nsrck commands,
nsrck -t "04 pm 02/02/2006" -L7 mailserver
nsrck -t "04 pm 03/02/2006" -L7 mailserver
nsrck -t "04 pm 04/02/2006" -L7 mailserver
nsrck -t "04 pm 05/02/2006" -L7 mailserver
nsrck -t "04 pm 06/02/2006" -L7 mailserver
nsrck -t "04 pm 07/02/2006" -L7 mailserver
and each of them recovered the index using a different tape.
And now when I select "show versions", I can see al the backups available for that client till today.
Any other ways/strategies to use only one command?
I remember when I delete the tape I'm asked if I want to delete
1) file and media index entries
or
2) file index entries only
I usually select 1)
Could it help selecting 2), if I need to regenerate index past browse policy? Exactly what is the difference?
Thanks in advance,
Gianluca