Updated log file location to dump to /var/log/zfs instead of /var/log
[zfs-nexenta/.git] / zfs-replicate
index f878518c4d84f68d7b206448ef9efb415e3b00b5..9a6b82e3655d680e2f645c00cd24fe247b4bdbf4 100755 (executable)
@@ -10,7 +10,7 @@
 # In test mode (test=1) commands are echoed, not executed
 test=0
 
-[ $test == 0 ] && exec >> /var/log/zfs-replicate.log 2>&1
+[ $test == 0 ] && exec >> /var/log/zfs/zfs-replicate.log 2>&1
 
 # Usage: zfs-backup [filesystem] [destination_pool]
 # This script has a limitation with children under a given filesystem.