mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-18 08:29:58 +02:00
[remove debug code] take %S out of the datestamp
This commit is contained in:
@@ -419,7 +419,7 @@ function take_snapshot {
|
||||
fi
|
||||
|
||||
typeset SEP=$sep
|
||||
typeset DATE=$(date +%F-%H%M%S)
|
||||
typeset DATE=$(date +%F-%H%M)
|
||||
typeset FILESYS="$fs_name"
|
||||
typeset KEEP=$keep
|
||||
typeset SNAP_CHILDREN=$snapshot_children
|
||||
|
Reference in New Issue
Block a user