From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.profihost.ag ([85.158.179.208]:42054 "EHLO mail.profihost.ag" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759205Ab2JKTd6 (ORCPT ); Thu, 11 Oct 2012 15:33:58 -0400 Message-ID: <50771F22.3070501@profihost.ag> Date: Thu, 11 Oct 2012 21:33:54 +0200 From: Stefan Priebe MIME-Version: 1.0 To: "linux-btrfs@vger.kernel.org" CC: Josef Bacik Subject: problems with btrfs send / restore Content-Type: text/plain; charset=ISO-8859-15; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: Hello list, i wanted to try to out btrfs send and restore but i'm failing on a simple step: [server: /btrfs/target]# btrfs send /btrfs/src/\@snapshot/1 | btrfs receive /btrfs/target/\@snapshot/ At subvol /btrfs/src/@snapshot/1 At subvol 1 [server: /btrfs/target]# ls -la /btrfs/target/\@snapshot/ total 4 drwxr-xr-x 1 root root 2 Oct 11 20:25 . dr-xr-xr-x 1 root root 18 Oct 11 20:25 .. dr-xr-xr-x 1 root root 52 Oct 10 23:52 1 <= works fine [server: /btrfs/target]# btrfs send -i /btrfs/src/\@snapshot/1 /btrfs/src/\@snapshot/2 | btrfs receive /btrfs/target/\@snapshot/ At subvol /btrfs/src/@snapshot/2 At subvol 2 ERROR: failed to open /btrfs/target/@snapshot/@snapshot/1/test.tar. No such file or directory Stefan