linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Snapper packages for Ubuntu
@ 2012-04-10 10:37 Fajar A. Nugraha
  2012-04-10 11:50 ` Arvin Schnell
  0 siblings, 1 reply; 4+ messages in thread
From: Fajar A. Nugraha @ 2012-04-10 10:37 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Arvin Schnell, Matthias G. Eckermann

Hi,

I've created snapper packages for Ubuntu, available on
https://launchpad.net/~snapper/+archive/stable. For those new to
snapper, it's a tool for managing btrfs snapshots
(http://en.opensuse.org/Portal:Snapper). It depends on libblocxx
available from https://launchpad.net/~bjoern-esser-n/+archive/blocxx ,
and currently uses git source up to commit 50dec40. I've done some
limited testing and it seems to to work correctly so far.

There's a small, distro-independent patch needed for it to work
correctly though. I'm sending it as a separate mail.

@Arvin, @MGE, I don't know the correct list for snapper development so
I'm cc-ing you both. If there's a dedicated list for snapper please
let me know and I'll post further updates there.

-- 
Fajar

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Snapper packages for Ubuntu
  2012-04-10 10:37 Snapper packages for Ubuntu Fajar A. Nugraha
@ 2012-04-10 11:50 ` Arvin Schnell
  2012-04-10 13:08   ` Fajar A. Nugraha
  0 siblings, 1 reply; 4+ messages in thread
From: Arvin Schnell @ 2012-04-10 11:50 UTC (permalink / raw)
  To: Fajar A. Nugraha; +Cc: linux-btrfs, Matthias G. Eckermann

On Tue, Apr 10, 2012 at 05:37:38PM +0700, Fajar A. Nugraha wrote:
> Hi,
>=20
> I've created snapper packages for Ubuntu, available on
> https://launchpad.net/~snapper/+archive/stable. For those new to
> snapper, it's a tool for managing btrfs snapshots
> (http://en.opensuse.org/Portal:Snapper). It depends on libblocxx
> available from https://launchpad.net/~bjoern-esser-n/+archive/blocxx =
,
> and currently uses git source up to commit 50dec40. I've done some
> limited testing and it seems to to work correctly so far.

libblocxx is not required for snapper anymore since about a
month. It's checked during configure.

Regards,
  Arvin

--=20
Arvin Schnell, <aschnell@suse.de>
Senior Software Engineer, Research & Development
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6=
rffer, HRB 16746 (AG N=FCrnberg)
Maxfeldstra=DFe 5
90409 N=FCrnberg
Germany
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Snapper packages for Ubuntu
  2012-04-10 11:50 ` Arvin Schnell
@ 2012-04-10 13:08   ` Fajar A. Nugraha
  2012-04-10 13:36     ` Arvin Schnell
  0 siblings, 1 reply; 4+ messages in thread
From: Fajar A. Nugraha @ 2012-04-10 13:08 UTC (permalink / raw)
  To: Arvin Schnell; +Cc: linux-btrfs

On Tue, Apr 10, 2012 at 6:50 PM, Arvin Schnell <aschnell@suse.de> wrote:
> On Tue, Apr 10, 2012 at 05:37:38PM +0700, Fajar A. Nugraha wrote:
>> Hi,
>>
>> I've created snapper packages for Ubuntu, available on
>> https://launchpad.net/~snapper/+archive/stable. For those new to
>> snapper, it's a tool for managing btrfs snapshots
>> (http://en.opensuse.org/Portal:Snapper). It depends on libblocxx

> libblocxx is not required for snapper anymore since about a
> month. It's checked during configure.

You're right. I just tested it, and not having libblocxx during
compilation results in less dependencies (namely libblocxx itself,
plus libssl, libcrypto, and libpcre).

What functionality, if any, is not available when not using libblocxx?
Since it's still used when present during configure, I assume it's
good for something.

Thanks.

Fajar

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Snapper packages for Ubuntu
  2012-04-10 13:08   ` Fajar A. Nugraha
@ 2012-04-10 13:36     ` Arvin Schnell
  0 siblings, 0 replies; 4+ messages in thread
From: Arvin Schnell @ 2012-04-10 13:36 UTC (permalink / raw)
  To: Fajar A. Nugraha; +Cc: linux-btrfs

On Tue, Apr 10, 2012 at 08:08:15PM +0700, Fajar A. Nugraha wrote:
> On Tue, Apr 10, 2012 at 6:50 PM, Arvin Schnell <aschnell@suse.de> wro=
te:

> > libblocxx is not required for snapper anymore since about a
> > month. It's checked during configure.
>=20
> You're right. I just tested it, and not having libblocxx during
> compilation results in less dependencies (namely libblocxx itself,
> plus libssl, libcrypto, and libpcre).
>=20
> What functionality, if any, is not available when not using libblocxx=
?
> Since it's still used when present during configure, I assume it's
> good for something.

It's just used for logging. With blocxx an application linking
libsnapper can use blocxx functions to control and redirect
logging.

Regards,
  Arvin

--=20
Arvin Schnell, <aschnell@suse.de>
Senior Software Engineer, Research & Development
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6=
rffer, HRB 16746 (AG N=FCrnberg)
Maxfeldstra=DFe 5
90409 N=FCrnberg
Germany
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-10 13:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-10 10:37 Snapper packages for Ubuntu Fajar A. Nugraha
2012-04-10 11:50 ` Arvin Schnell
2012-04-10 13:08   ` Fajar A. Nugraha
2012-04-10 13:36     ` Arvin Schnell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).