- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Incremental backup script
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 12:53 AM
11-08-2005 12:53 AM
I need some advise. I have made a DCL-script, that will be restarted every morning at
5 o'clock (from a batch-job).
On monday the script will take full image backup of disk1, disk2 and disk3. The save-set name will include the date. The script will also control the tape label.
On tuesday and the next days, until sunday, the script should take incremental backup of the same disks. But this time it should only include new and modified files. The name of the savesets will contain the actual date. eg. Sys-07-nov.bck. I also want to backup the file to the same tape, as previous.
First part of the script seems to be ok (full image backup). The next day I want to backup new and modified files, and put it into a new saveset. The saveset should normaly contain few files. So the problems is:
I want to backup only new and modified files, in the same script and copy the file to a new saveset on the tape if possible.
The tape will looks simular to:
Image backup
Sys-7-nov-2005.bck
Use-7-nov-2005.bck
Dat-7-nov-2005.bck
Incremental Backup
Sys-8-nov-2005.bck
Use-8-nov-2005.bck
Dat-8-nov-2005.bck
Is it possible to do it???
Geir
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:10 AM
11-08-2005 01:10 AM
Re: Incremental backup script
we discussed it in your thread few weeks ago.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962034
It didn't help?
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:46 AM
11-08-2005 01:46 AM
Re: Incremental backup script
could you describe in what way the second part is not satisfactory?
- the saveset specs
- the file selection-
- selecting the correct days
- building the savesetname
- ????
- anything else?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 06:30 PM
11-08-2005 06:30 PM
Re: Incremental backup script
Yes, we did. But the question is.
Is it necessary to drop the image qualifier, if I want to take incremntal backp, since the qualifier process the entire volume??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 07:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 07:51 PM
11-08-2005 07:51 PM
Re: Incremental backup script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 07:54 PM
11-08-2005 07:54 PM
Re: Incremental backup script
$ help backup /image also says...
In save and copy operations, you cannot use input file-selection
qualifiers with the /IMAGE command qualifier because BACKUP saves
or copies all files on the input disk volumes.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 08:25 PM
11-09-2005 08:25 PM
Re: Incremental backup script
> you cannot use input file-selection
> ... with /IMAGE
Unfortunately the DCL command syntax does not disallow file-selection qualifiers like /SINCE together with /IMAGE; it just silently ignores it !
I had the impression, Geir thought something like
Backup/image disk:/since=backup ...
for the incremental backup. It silently would work, but the result would be a full disk backup.