diff bin/rs.sh @ 224:06c95aa30a30

Add configs to version control, change path in script to point to them
author Steve Huston <huston@astro.princeton.edu>
date Thu, 01 Jul 2021 14:44:33 -0400
parents 2ee6627c0bc4
children
line wrap: on
line diff
--- a/bin/rs.sh	Thu Jul 01 14:38:11 2021 -0400
+++ b/bin/rs.sh	Thu Jul 01 14:44:33 2021 -0400
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 RS=/opt/local/bin/rsnapshot
-CONF="/opt/local/etc/rsnapshot.conf"
+CONF="/Users/huston/.rsnapshot/rsnapshot.conf"
 FLAGS="-V"
 
 usage() {
@@ -26,7 +26,7 @@
 while [ $# -gt 0 ] ; do
   case "$1" in
     tm)
-      CONF="/opt/local/etc/rsnapshot-tm.conf"
+      CONF="/Users/huston/.rsnapshot/rsnapshot-tm.conf"
       shift
       ;;
     monthly|m)