- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup inconsistencies
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
04-06-2004 02:13 AM
04-06-2004 02:13 AM
fbackup inconsistencies
I've been reading about ensuring that the same graph file is used for the full and incrementtal backups, as fbackup bases it's incremental on specific graph files. I've also ensured I have the -u switch, to update the DB.
I decided to run a littel test on my home directory.
I created the /tmp/graph graph file, and awked the contents of my directory, so it would backup every file.
fbackup -v -g /tmp/graph -u -0 -f /dev/rmt/0m
fbackup(1421): no history is available for graph file /tmp/graph (below level 0)
fbackup(1004): session begins on Tue Apr 6 15:02:59 2004
fbackup(3203): volume 1 has been used 0 time(s)
fbackup(3024): writing volume 1 to the output file /dev/rmt/0m
1: .Xauthority
2: .dt
3: .dt/Desktop
4: .dt/Trash
5: .dt/Trash/.trashinfo
6: .dt/appmanager
7: .dt/errorlog
8: .dt/help
9: .dt/help/robink-lcwnc900.bacon-woodrow.com-0
10: .dt/help/robink-lcwnc900.bacon-woodrow.com-0/browser.hv
11: .dt/help/robink-lcwnc900.bacon-woodrow.com-0/browser00.ht
12: .dt/help/robink-lcwnc900.bacon-woodrow.com-0/browser01.ht
13: .dt/icons
14: .dt/sessions
15: .dt/startlog
16: .dt/tmp
17: .dt/types
18: .dt/types/fp_dynamic
19: .dtprofile
20: .profile
21: .sh_history
22: .ssh
23: .ssh/id_dsa
24: .ssh/id_dsa.pub
25: Aidrvlog.txt
26: Insight.ini
27: basil.err
28: basil.html
29: basil.txt
30: cfg2html.sh
31: js_copy
32: js_copy/.profile
33: test
34: test2
35: test3
fbackup(1005): run time: 23 seconds
I then made changes to the test* files, and re-ran using level 1.
fbackup(1418): the last level 0 session for graph /tmp/graph was
started : Tue Apr 6 15:02:59 2004
finished : Tue Apr 6 15:03:22 2004
fbackup(1004): session begins on Tue Apr 6 15:05:40 2004
fbackup(3203): volume 1 has been used 1 time(s)
fbackup(3024): writing volume 1 to the output file /dev/rmt/0m
1: .dt
2: .dt/Desktop
3: .dt/Trash
4: .dt/appmanager
5: .dt/help
6: .dt/help/robink-lcwnc900.bacon-woodrow.com-0
7: .dt/icons
8: .dt/sessions
9: .dt/tmp
10: .dt/types
11: .dt/types/fp_dynamic
12: .ssh
13: js_copy
14: test
15: test2
16: test3
fbackup(1005): run time: 13 seconds
My question is, why have those other files been backed up when they haven't changed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 02:30 AM
04-06-2004 02:30 AM
Re: fbackup inconsistencies
they are dirs
man page
Beginning at HP-UX Release 8.0, all directories lying on the path to a
file that qualifies for the incremental backup will also be on the
backup media, even if the directories do not qualify on their own
status.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 02:36 AM
04-06-2004 02:36 AM
Re: fbackup inconsistencies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 06:49 PM
04-06-2004 06:49 PM
Re: fbackup inconsistencies
Plz observe the output of Both backups.
The reason is u would have been loged into dt, and .dt files will be accessed, when ever u r in X11.
Try with an different directory where only flat files are there, certainly you will not find out extra files.
All the best.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:48 PM
04-06-2004 08:48 PM