From owner-freebsd-questions@FreeBSD.ORG Fri May 30 02:22:31 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6A65516 for ; Fri, 30 May 2014 02:22:31 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87FDF2222 for ; Fri, 30 May 2014 02:22:31 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id i50so3548065qgf.17 for ; Thu, 29 May 2014 19:22:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1mDDrx5/Ora1VRL3yOzq4AV72pQ4QqKYsMbLt0dBGxo=; b=cYNlCS00aIscXhbJR1pjOR7R7LPT1e3d+7nkyEjpsHwGWXmevl+23b/StOTuylgWgm 3cVV15Ie1VvYVB3Qy0/PDPzg79rwueso58b5arfqnFcs9KCIfdNKf+2Kr2Qlzh6Y5ees UQRI8CV41KNF9Jrob0kT184P/JliCSoQX1sbJtnFp6YRiJRiS3aVktlpWV0hQLmyFojW 9WgP2tFfL5h/50vaYM4tvz94PSHmi7DI7wAdufqh0NeGioN8etet2ur8v9p8XhtnHrkB 9S/2+oTzbLGzcXbleGqzS0uChVcFW03bd1iATEvVYJh/QZO2wFI1QiopEyWmwB4Qowgx auZA== MIME-Version: 1.0 X-Received: by 10.229.97.71 with SMTP id k7mr16563582qcn.4.1401416550645; Thu, 29 May 2014 19:22:30 -0700 (PDT) Received: by 10.229.199.5 with HTTP; Thu, 29 May 2014 19:22:30 -0700 (PDT) Received: by 10.229.199.5 with HTTP; Thu, 29 May 2014 19:22:30 -0700 (PDT) In-Reply-To: <5387E917.5040404@gmail.com> References: <5387E917.5040404@gmail.com> Date: Thu, 29 May 2014 19:22:30 -0700 Message-ID: Subject: Re: What is recommended admin / backup script location? From: pete wright To: Sergei G Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 02:22:31 -0000 On May 29, 2014 7:12 PM, "Sergei G" wrote: > > What would be an appropriate location for backup and other admin level scripts? > > I assume cron will be used to schedule execution of backup script, unless there is a better solution. > > In a shell type "man hier". That does a great job of explaining the FreeBSD system layout. -pete