Re: [RFC] btrfs auto snapshot

2012-03-01 Thread Arvin Schnell
ies/filesystems:/snapper/ I'll also add a link from the snapper home page: http://en.opensuse.org/Portal:Snapper. I have tested snapper on Fedora 16 and found no problems. Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: J

Re: [PATCH] [RFC] Add btrfs autosnap feature

2012-03-02 Thread Arvin Schnell
le is deleted find-new does not report anything, see the reply to my mail here one year ago [1]. Also for newly created empty files find-new reports nothing, the same with metadata changes. If I'm wrong or find-new gets extended I happy to implement it in snapper. Regards, Arvin [1] http

Re: snapper for Ubuntu? (WAS: btrfs auto snapshot)

2012-04-10 Thread Arvin Schnell
On Mon, Apr 09, 2012 at 08:18:45AM +0700, Fajar A. Nugraha wrote: > On Thu, Mar 1, 2012 at 8:48 PM, Arvin Schnell wrote: > > We have now created a project in the openSUSE buildservice were > > we provide snapper packages for various distributions, e.g. RHEL6 > > and Fedor

Re: Snapper packages for Ubuntu

2012-04-10 Thread Arvin Schnell
snapper anymore since about a month. It's checked during configure. Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germ

Re: Snapper packages for Ubuntu

2012-04-10 Thread Arvin Schnell
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 wrote: > > libblocxx is not required for snapper anymore since about a > > month. It's checked during configure. > > You're right. I just tested it,

Re: snapper for Ubuntu? (WAS: btrfs auto snapshot)

2012-04-11 Thread Arvin Schnell
ubvolume? > delete-config seems to delete everything (configs for all subvolume > and all snapshots). delete-config only deletes one config. Otherwise that is a bug. > Also, one minor detail, I noticed that the cron configuration file is > /etc/sysconfig/snapper. It should be /etc/default/sn

library version defines?

2013-06-03 Thread Arvin Schnell
n the future. Please find my proposal attached. Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany diff --git a/Makefile b

Comparing snapshots?

2011-02-25 Thread Arvin Schnell
original subvolume between the two transids. Is the general process corrent or have I overseen something? AFAIS the btrfs tool does not provide the required information/commands. Would it be possible to add those? Thanks in advance, Arvin -- Arvin Schnell, Senior Software Engineer, Research

Re: Snapper snapshot comparison algorithm - send/receive questions

2012-12-03 Thread Arvin Schnell
.g. btrfs_read_and_process_send_stream, subvol_uuid_search and tree_search? Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnber

Re: [PATCH 2/3] btrfs-progs: libify some parts of btrfs-progs

2013-01-14 Thread Arvin Schnell
Hi, please find attached a patch to make the new libbtrfs usable from C++ (at least for the parts snapper will likely need). Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer,

Re: [PATCH 2/3] btrfs-progs: libify some parts of btrfs-progs

2013-01-14 Thread Arvin Schnell
On Mon, Jan 14, 2013 at 10:14:03AM -0800, Mark Fasheh wrote: > Hi Arvin! > > On Mon, Jan 14, 2013 at 03:18:14PM +0100, Arvin Schnell wrote: > > please find attached a patch to make the new libbtrfs usable from > > C++ (at least for the parts snapper will likely need). &g

Re: [PATCH 2/3] btrfs-progs: libify some parts of btrfs-progs

2013-01-15 Thread Arvin Schnell
On Tue, Jan 15, 2013 at 02:46:50PM +0200, Ilya Dryomov wrote: > On Mon, Jan 14, 2013 at 03:18:14PM +0100, Arvin Schnell wrote: > > > > Hi, > > > > please find attached a patch to make the new libbtrfs usable from > > C++ (at least for the parts snapper will l

[PATCH] trivial patch for btrfs-progs

2013-01-17 Thread Arvin Schnell
Hi, please find attached a trivial patch for btrfs-progs. Likely not strictly needed but I noticed valgrind complaining about uninitialised memory in the ioctl call. Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Jeff

Re: Diff using send-receive code / RFC

2013-02-10 Thread Arvin Schnell
ses. To get it compiled you either need some patches posted here earlier (e.g. NO_FILE_DATA) or must make minor modifications. But I would like to get feedback about this feature on the list. Kind Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LIN

Re: btrfs-progs: add arg_strtou64 break library btrfs

2014-05-20 Thread Arvin Schnell
und. A fix can be found here: http://www.spinics.net/lists/linux-btrfs/msg33434.html Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nü

patch for ioctl.h

2014-03-05 Thread Arvin Schnell
Hi, u64 is not known when just including btrfs/ioctl.h. I assume it should be __u64 as everywhere else in the file. Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746

Re: Snapper on Ubuntu

2014-03-16 Thread Arvin Schnell
recommendation about the config names. At least on openSUSE "root" is used for /. I would suggest to use "home_root" for /root like the pam-snapper module does. Regards, Arvin -- Arvin Schnell, Senior Software Engineer, Research & Development SUSE LINUX Products Gmb

Re: Snapper on Ubuntu

2014-03-16 Thread Arvin Schnell
ks for the advise. > > In fact on a previous try I had -by chance- used exactly this nomenclature. > Then I restarted > > Now, can I just rename the files in /etc/snapper/configs and the entries in > /etc/sysconfig/snapper? Yes, that should work. Just make sure to kill snapperd