Re: [PATCH 0/2] btrfs: a new tool to manage a btrfs filesystem

2010-02-16 Thread Mike Fedyk
On Sun, Feb 14, 2010 at 7:39 AM, Goffredo Baroncelli kreij...@gmail.com wrote: Hi all, On Sunday 14 February 2010, Thomas Kupper wrote: Hi Goffredo, Great work! It is indeed much easier to work with one tool instead with the many of them! Usage:         btrfs snapshot|-s source

[PATCH 0/2] btrfs: a new tool to manage a btrfs filesystem

2010-02-14 Thread Thomas Kupper
Hi Goffredo, Great work! It is indeed much easier to work with one tool instead with the many of them! Usage: btrfs snapshot|-s source [dest/]name Create a writeble snapshot of the subvolume source with the name name in the dest

Re: [PATCH 0/2] btrfs: a new tool to manage a btrfs filesystem

2010-02-14 Thread Dipl.-Ing. Michael Niederle
When creating new commands I always prefer increased readability and meaningfull names for subcommands and options. If one often enters commands directly at the command prompt one could use shell-aliases, if written in scripts long names make the scripts much easier to understand. It's great

Re: [PATCH 0/2] btrfs: a new tool to manage a btrfs filesystem

2010-02-14 Thread Goffredo Baroncelli
Hi all, On Sunday 14 February 2010, Thomas Kupper wrote: Hi Goffredo, Great work! It is indeed much easier to work with one tool instead with the many of them! Usage: btrfs snapshot|-s source [dest/]name Create a writeble snapshot of the subvolume

Re: [PATCH 0/2] btrfs: a new tool to manage a btrfs filesystem

2010-02-12 Thread Mike Fedyk
On Fri, Feb 12, 2010 at 11:01 AM, Goffredo Baroncelli kreij...@gmail.com wrote: Usage:        btrfs delete|-D subvolume                Delete the subvolume subvolume.        btrfs defrag|-d file|dir [file|dir...]                Defragment a file or a directory. I think the short options