mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-26 01:15:48 +03:00
[GH-ISSUE #50] Change Naming of the snapshots #46
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomcatcw1980 on GitHub (Jul 19, 2021).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/50
Hello,
first of all, tanks to all contributes for this project.
Now my problem: Is there any way to change the naming of the snapshots? Currently they are named after autodaily%y%m%d%H%M. However, I would like to change it to auto-daily-%Y-%m%d-%H%M e.g.
@franklupo commented on GitHub (Jul 19, 2021):
Hi,
Proxmox VE does not allow to rename snapshots.
Best regards
@tomcatcw1980 commented on GitHub (Jul 19, 2021):
Hi,
I don't want to rename afterwards. I would like adjust the naming schema in advance.
Background is, that I want to replicate to a Freenas box. But actual Freenas complains that there must be a %Y with the year with 4 digits (2021) and not only 2 digits %y (21). The replication works without issues if I use the zfs-autosnap with naming schema %Y-%m%-%d-%H%M.
Thank you.
@franklupo commented on GitHub (Jul 19, 2021):
Hi,
See parameter --timestamp-format
Best regards
@tomcatcw1980 commented on GitHub (Jul 19, 2021):
That's exactly what I looked for. Didn't see that. I'm sorry.
Thank you for guiding me in the right direction.
Bes regards