From owner-freebsd-questions@freebsd.org Wed Mar 30 09:48:06 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8983BAE191E for ; Wed, 30 Mar 2016 09:48:06 +0000 (UTC) (envelope-from dennis@lightandshadow.tv) Received: from mx-relay06.cloudservice.ag (mx-relay06.cloudservice.ag [81.20.94.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.antispameurope.com", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEE441FD9 for ; Wed, 30 Mar 2016 09:48:05 +0000 (UTC) (envelope-from dennis@lightandshadow.tv) Received: from fw1.hostedoffice.ag ([81.20.90.82]) by mx-gate06.cloudservice.ag; Wed, 30 Mar 2016 11:47:49 +0200 Received: from EX10HUB2.hosting.inetserver.de (unknown [10.20.10.70]) by qhexrelay2.hosting.inetserver.de (Postfix) with ESMTP id 3642D1870D7 for ; Wed, 30 Mar 2016 11:47:49 +0200 (CEST) Received: from [192.168.100.153] (80.128.236.218) by mail.hostedoffice.ag (10.20.10.202) with Microsoft SMTP Server (TLS) id 14.3.235.1; Wed, 30 Mar 2016 11:45:33 +0200 Subject: Re: FreeBSD ZFS snapshots and "previous versions" To: References: From: Dennis Steinkamp Message-ID: <56FBA0C2.3080109@lightandshadow.tv> Date: Wed, 30 Mar 2016 11:47:46 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [80.128.236.218] X-EXCLAIMER-MD-CONFIG: e299f49b-79fd-4cde-afcd-99df35de8a6e X-hostedoffice-tnef: done X-cloud-security-sender: dennis@lightandshadow.tv X-cloud-security-recipient: freebsd-questions@freebsd.org X-cloud-security-Virusscan: CLEAN X-cloud-security-disclaimer: This E-Mail was scanned by E-Mailservice on mx-gate06 with 5D8454C03FF X-cloud-security-connect: fw1.hostedoffice.ag[81.20.90.82], TLS=0, IP=81.20.90.82 X-cloud-security: scantime:.1955 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 09:48:06 -0000 Hi, exactly, this is what i wanted to do. Thank you (all) very much for your help. :) Regards Dennis Am 30.03.2016 um 11:31 schrieb Gabor Radnai: > Hi, > > If I understand correctly OP wants to use Windows feature called 'Previous > Version' off from BSD filer. > This can be done on FreeBSD + Samba4 adding followings to smb4.conf: > > vfs objects = shadow_copy2 > shadow:format = %Y-%m-%d_%H.%M.%S--1h > shadow:sort = desc > shadow:mountpoint = > shadow:snapdir = .zfs/snapshot > shadow:localtime = yes > > format is customizable and zfs snapshot should be aligned accordingly > obviously. > > Hope it helps. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"