From owner-freebsd-questions@FreeBSD.ORG Fri May 30 04:12:27 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 BD716662 for ; Fri, 30 May 2014 04:12:27 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (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 9687E2A61 for ; Fri, 30 May 2014 04:12:27 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so1252368pbb.36 for ; Thu, 29 May 2014 21:12:27 -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=hyGp8sHMIOHyfNEOjSq1NFWo49AJqANrLc40Nub6n2U=; b=rxCwm2p66v44gsoVfg58SfjxTWxeXQT4A01exPYouNIw1+PTNvHJo+kM5AHfOePqr/ Uyc/6oyPM/fjZM/rLKpbkS15a15cP30+5LZNYUJS/1Vd6wmKQxMcfsu+gG/lkoXcnHt9 Hd6w4cRsMahFsqyEwRObwC6KekrioG0oQviVIwCysTqcTDLWD2qtN511q8HO8XJBr4sJ TcN94bp4NXWt6ebXKzbzr4T4EcZIZ+/smOUdV3PeKEo80BWFohUQRB+18HNTTJf6ESdN QnaMgK9T3uBkQp95ObXNKC6zyQmhc65OdIZ4qbv880h6giOT4FHGomutsUd6oVgvWLpp DKww== MIME-Version: 1.0 X-Received: by 10.66.146.105 with SMTP id tb9mr5835811pab.157.1401423147230; Thu, 29 May 2014 21:12:27 -0700 (PDT) Received: by 10.70.68.38 with HTTP; Thu, 29 May 2014 21:12:27 -0700 (PDT) Received: by 10.70.68.38 with HTTP; Thu, 29 May 2014 21:12:27 -0700 (PDT) In-Reply-To: <5387E917.5040404@gmail.com> References: <5387E917.5040404@gmail.com> Date: Thu, 29 May 2014 23:12:27 -0500 Message-ID: Subject: Re: What is recommended admin / backup script location? From: Adam Vande More 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 04:12:27 -0000 On May 29, 2014 9: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. > man hier