Rename zfs_snapshot_cron.sh to zsc.sh

This commit is contained in:
Alice Gaudon 2021-03-04 13:15:17 +01:00
parent 1a4db3330e
commit 471ab52a9d
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
CONFIG_FILE="$HOME/.zfs_snapshot_cron"
# ZSC - zfs snapshot cron
CONFIG_FILE="$HOME/.zsc"
FORMAT='+%Y-%m-%d'
DATE=$(date $FORMAT)