- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- remote backup
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
тАО03-22-2004 11:42 PM
тАО03-22-2004 11:42 PM
i want to ask if i have a tap drive on a devise and i want to make backup on a tape for another device in the network what the command to do that ,and please what is the command if i have solaris system and HP system
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2004 11:46 PM
тАО03-22-2004 11:46 PM
Re: remote backup
However, a simple way to achieve the same thing is to make all the data you want to backup available on the machine with the tape drive.
Expensive backup software like Data Protector achieves this by having an agent running on both machines and the one without the tape drive simply sends the data to the agent on the machine that has the tape drive.
The simple way, however, is to just NFS mount the file system from the machine without the drive to the other and then you can back it up as if the data was local.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2004 06:00 AM
тАО03-23-2004 06:00 AM
Re: remote backup
and if you want to get slightly more sophisticated without spending big bucks (or rather any) checkout Amanda.
http://www.amanda.org/
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2004 08:37 AM
тАО03-23-2004 08:37 AM
Re: remote backup
#dump -0fu host:/dev/rmt/0n
??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 02:52 AM
тАО03-24-2004 02:52 AM
Re: remote backup
rexec "tar / -" > /dev/tape
above is symbolic, obviously, as i am too tired to think of the correct command line or device files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 05:23 PM
тАО03-24-2004 05:23 PM
Re: remote backup
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 05:44 PM
тАО03-24-2004 05:44 PM
Re: remote backup
/home *(rw,no_root_squash)
THen type "exportfs -a"
On the HP/Solaris go
mount
Then backup /mnt. Obviously adjust filesystem names to suit.
When you have finished, on the HP/solaris do
umount /mnt
And on the Linux box
exportfs -a -u
Ignore the error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 06:02 PM
тАО03-24-2004 06:02 PM
Re: remote backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 06:21 PM
тАО03-24-2004 06:21 PM
Re: remote backup
"exportfs: No 'sync' or 'async' option specified for export "*:/home".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions"
what to do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 06:23 PM
тАО03-24-2004 06:23 PM
Re: remote backup
The "no_root_squash" is to allow root access on the HP/Solaris machine, you don't need it but you do neet the barckets so it could look like this in /etc/exports
/home *()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 06:25 PM
тАО03-24-2004 06:25 PM
Re: remote backup
Simplyfy it. Make it
/home *()
As mentioned in my previous post and then try "exportfs -a"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 06:34 PM
тАО03-24-2004 06:34 PM
Re: remote backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 06:48 PM
тАО03-24-2004 06:48 PM
Re: remote backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 07:06 PM
тАО03-24-2004 07:06 PM
Re: remote backup
tar -cvf /mnt/0m (what file system)
so what is the file system i will write ,sorry again,but i need your help
thanks mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 07:32 PM
тАО03-24-2004 07:32 PM
Re: remote backup
Firstly, if your /etc/exports is OK go to your HP/solaris machine and do the "mount
This will get /home from the linux machine and mount it on /mnt on your HP/Solaris machine but on the /mnt filesystem. So, if you "cd /mnt" on the HP/Solaris, you will, in effect, be in /home on the linux machine. Do "ls -l" if you don't believe me :)
So, form the HP/SOlaris box, you would "tar cvf
You will then have a nice backup of /home from the linux machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 07:44 PM
тАО03-24-2004 07:44 PM
Re: remote backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2004 07:48 PM
тАО03-24-2004 07:48 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 02:21 AM
тАО04-19-2004 02:21 AM
Re: remote backup
let
host1 the one with tape
host2 the one with files
host2:# tar cf[Bvp] host1:/path/to/tape /dir/to/bkup
It takes care to rsh to the remote host and then uses 'posix options' of tar
eg.: from linux host
tar cf host1:/dev/tape /home
backups tho /home dir on the /dev/tape placed on host1
This command works from linux hosts to almost every os, but won't work from system whom don't have gnu-tar.
Let Me Know if it works.
Peace,
Rob