- 1. xfsrestore over ssh? (score: 1)
- Author:
- Date: Mon, 21 Jul 2008 22:17:14 +0200
- Hi all, I am unable to find the correct command to restore a xfs dump over ssh. I don't care on which of the two boxes I need to run the command, if anyone could tell me either way, that would be hug
- /archives/xfs/2008-07/msg00313.html (8,730 bytes)
- 2. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Mon, 21 Jul 2008 15:33:41 -0500
- On 07/21/2008 03:17 PM, Richard Hartmann wrote: Hi all, I am unable to find the correct command to restore a xfs dump over ssh. I don't care on which of the two boxes I need to run the command, if an
- /archives/xfs/2008-07/msg00314.html (8,920 bytes)
- 3. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 05:02:05 +0200
- I did try cat root.xfs | ssh root@xxxxxxxxxxxxx xfsrestore - /mnt/sda3 which resulted in The authenticity of host '192.168.1.213 (192.168.1.213)' can't be established. RSA key fingerprint is 3c:a9:a3
- /archives/xfs/2008-07/msg00325.html (10,419 bytes)
- 4. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 13:59:18 +1000
- The final argument to restore should be a destination directory not a device (as Donald sitting nearby mentioned to me :). xfsrestore just uses standard posix calls for the most part to restore the f
- /archives/xfs/2008-07/msg00327.html (10,401 bytes)
- 5. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 06:43:11 +0200
- True, this is why I told it to use /mnt/sda3, not a raw device :) Richard
- /archives/xfs/2008-07/msg00332.html (10,605 bytes)
- 6. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 16:20:58 +1000
- Richard Hartmann wrote: On Tue, Jul 22, 2008 at 05:59, Timothy Shimmin <tes@xxxxxxx> wrote: xfsrestore just uses standard posix calls for the most part to restore the files (seeks, writes, etc...) to
- /archives/xfs/2008-07/msg00337.html (11,020 bytes)
- 7. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 16:33:17 +1000
- "unable to construct a file system handle" - theres only one place in the restore code that can come from - the path_to_fshandle call. Is there a 32 bit userspace and 64 bit kernel on the machine whe
- /archives/xfs/2008-07/msg00339.html (9,735 bytes)
- 8. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 17:04:22 +1000
- Oh yeah from this code: IIRC, I think it wants an fd to use for the filesystem in handle ioctl calls. It caches it against the fsid in the handle. I don't think commenting out will work as it will st
- /archives/xfs/2008-07/msg00340.html (12,436 bytes)
- 9. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 12:40:42 +0200
- 00000000 78 46 53 64 75 6d 70 30 00 00 00 02 7c 88 36 7e |xFSdump0....|.6~| 00000010 48 80 68 62 00 00 00 00 00 00 00 00 00 7f 01 01 |H.hb............| 00000020 4d 5b 06 14 c5 68 40 99 9d 23 9d ef 10
- /archives/xfs/2008-07/msg00349.html (11,529 bytes)
- 10. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 12:45:00 +0200
- The dump was created on a 32 bit system, is stored on a 32 bit system and I am trying to restore on (the first) 32 bit system, again. Both the backed-up & the storage system have Debian's 2.2.48-1 ve
- /archives/xfs/2008-07/msg00350.html (11,068 bytes)
- 11. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 12:49:25 +0200
- The Knoppix boot CD is am using to restore has 2.2.24-1, btw. Richard
- /archives/xfs/2008-07/msg00352.html (10,560 bytes)
- 12. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 12:51:40 +0200
- First with -ttt to get rid of a tty allocation error, then without: % cat root.xfs | ssh -ttt root@xxxxxxxxxxxxx strace xfsrestore - /mnt/sda3 Password: tcgetattr: Invalid argument execve("/sbin/xfsr
- /archives/xfs/2008-07/msg00353.html (28,821 bytes)
- 13. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 12:52:55 +0200
- 'No suitable device found or address found.'
- /archives/xfs/2008-07/msg00354.html (11,058 bytes)
- 14. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Tue, 22 Jul 2008 14:00:56 +0200
- Grml to the rescue.. I downloaded a grml iso, which has 2.2.45-1, and was able to restore the image. Extremely annoying, as I spent quite some time poking various options, thinking I had been doing s
- /archives/xfs/2008-07/msg00356.html (10,908 bytes)
- 15. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Wed, 23 Jul 2008 10:19:24 +1000
- From your output: (I probably should have just asked for: Okay, my best guess is that you are trying to restore to a non-xfs filesystem. This was fixed again in 2.2.26 so that it would work on a non-
- /archives/xfs/2008-07/msg00359.html (13,692 bytes)
- 16. Re: xfsrestore over ssh? (score: 1)
- Author:
- Date: Wed, 23 Jul 2008 13:39:57 +0200
- As I cancelled the first working xfsrestore (kept the strace in the command), re-mkfs-ed and then restored, there is no way to verify, but I am _sure_ it was a xfs partition. I did not even know you
- /archives/xfs/2008-07/msg00402.html (11,440 bytes)
- 17. xfsrestore over ssh? (score: 1)
- Author: xxxxxx>
- Date: Mon, 21 Jul 2008 22:17:14 +0200
- Hi all, I am unable to find the correct command to restore a xfs dump over ssh. I don't care on which of the two boxes I need to run the command, if anyone could tell me either way, that would be hug
- /archives/xfs/2008-07/msg00936.html (8,730 bytes)
- 18. Re: xfsrestore over ssh? (score: 1)
- Author: xxxxxx>
- Date: Mon, 21 Jul 2008 15:33:41 -0500
- On 07/21/2008 03:17 PM, Richard Hartmann wrote: Hi all, I am unable to find the correct command to restore a xfs dump over ssh. I don't care on which of the two boxes I need to run the command, if an
- /archives/xfs/2008-07/msg00937.html (8,920 bytes)
- 19. Re: xfsrestore over ssh? (score: 1)
- Author: xxxxxx>
- Date: Tue, 22 Jul 2008 05:02:05 +0200
- I did try cat root.xfs | ssh root@xxxxxxxxxxxxx xfsrestore - /mnt/sda3 which resulted in The authenticity of host '192.168.1.213 (192.168.1.213)' can't be established. RSA key fingerprint is 3c:a9:a3
- /archives/xfs/2008-07/msg00948.html (10,419 bytes)
- 20. Re: xfsrestore over ssh? (score: 1)
- Author: xxxxxx>
- Date: Tue, 22 Jul 2008 13:59:18 +1000
- The final argument to restore should be a destination directory not a device (as Donald sitting nearby mentioned to me :). xfsrestore just uses standard posix calls for the most part to restore the f
- /archives/xfs/2008-07/msg00950.html (10,401 bytes)
This search system is powered by
Namazu