- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup: Masters on DLT, incrementals on DDS3
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-14-2003 01:08 PM
тАО05-14-2003 01:08 PM
The cron job looks like this (I only activate the FULL backup on the day I run it):
# 30 01 * * 3 /usr/sam/lbin/br_backup DLT FULL Y /dev/rmt/3m /etc/sam/br/graph030512 root Y 1 N > /var/sam/SAM_br_msgs 2>&1
30 01 * * 1-5 /usr/sam/lbin/br_backup DLT PART Y /dev/rmt/3m /etc/sam/br/graph030512 root Y 1 N > /var/sam/SAM_br_msgs 2>&1
For the incremental backup, can I simply change the device type DLT to DAT and device file /dev/rmt/3m to /dev/rmt/2m?
Is it really that simple? I can't seem to confirm this in the man pages or other forum messages.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2003 01:19 PM
тАО05-14-2003 01:19 PM
Re: fbackup: Masters on DLT, incrementals on DDS3
It would be a good idea to actually test this though.
Just cut and paste of of cron into a command line and see what happens.
ioscan shows both devices, no conflicts right?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2003 01:29 PM
тАО05-14-2003 01:29 PM
Solution=>Full (level 0)
# fbackup -f /dev/rmt/0m 0 -u -g
=>Incremental (level 5)
# fbackup -f /dev/rmt/1m 5 -u -g
The "-u" updates /usr/adm/fbackupfiles/dates so that all of the sessions are tracked. I favor this over using sam's script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2003 07:37 PM
тАО05-14-2003 07:37 PM
Re: fbackup: Masters on DLT, incrementals on DDS3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2003 07:44 PM
тАО05-14-2003 07:44 PM
Re: fbackup: Masters on DLT, incrementals on DDS3
# crontab -l > /tmp/cron
edit the file and changed only deivce file it will work without any problems.
I my self done it many times.
then again run
crontab /tmp/cron
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2003 12:51 AM
тАО05-15-2003 12:51 AM
Re: fbackup: Masters on DLT, incrementals on DDS3
I'd say that it shouldn't be a problem to change the device type, and the device file. fbackup stores info on the backup levels based on the graph file, NOT the device file.
The reason that you can't confirm this in the man page is that br_backup doesn't have a man page - it is only supported for use through SAM (and is documented at the top of the script.) If you wanted to get more out of fbackup it's generally better to write your own script around fbackup instead of using br_backup.
regards,
Darren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 09:31 AM
тАО05-22-2003 09:31 AM
Re: fbackup: Masters on DLT, incrementals on DDS3
Hmm. I've tried to assign points to the replies, and even been flashed the "Thanks for assigning points" message, but the points do not show up when I review the question.
Do assigned points not show up for the orignal poster of a question? Or are they not being assigned properly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2003 12:41 AM
тАО05-23-2003 12:41 AM
Re: fbackup: Masters on DLT, incrementals on DDS3
No, there aren't any points on this question, and yes the author should be able to see them!
I believe there may be issues related to the type of browser you're using, or maybe the forums were having a problem when you tried. Please add a post to the following thread which is monitored by the people who look after the forum( hopefully the link will be in one piece): http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8b075ec05a7ad711abdc0090277a778c,00.html
regards,
Darren.