- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copying reading to/from Floppy disk
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
03-13-2005 07:13 PM
03-13-2005 07:13 PM
I had copy one of my directory using 'find . -printf | cpio -ocBxv > /dev/rfloppy/c0t0d0'
Now I wanted to know whether my data had been backup on the disk. In addition, may I know how can I transfer what I had saved on the disk to my workstation again.
I had using UX10.20b
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2005 08:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 03:17 PM
03-14-2005 03:17 PM
Re: Copying reading to/from Floppy disk
But when I recover the data from the disk, which directory does it goes to?
In addition, if I wish to copy the data in the floppy to another directory A: what command shall I type?
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 08:06 PM
03-14-2005 08:06 PM
Re: Copying reading to/from Floppy disk
# find . -print
they will have a relative path, so when you recover them, they will be recovered relative to the directory you are in when you run the recovery command.
e.g.
Say you have a file /home/foo
If you cd to /home and issue your backup command, you will backup "./foo"
Then if you cd to /tmp and issue your recovery command, you will recover foo in /tmp and get a new file /tmp/foo (unless a file of that name already exists, in which case you will over-right it).
I don't understand your second question, unless you are trying to backup files on a unix box and copy them to a Windows PC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 08:48 PM
03-14-2005 08:48 PM
Re: Copying reading to/from Floppy disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 08:49 PM
03-14-2005 08:49 PM