mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 08:55:49 +03:00
[GH-ISSUE #71] Can this be made possible to run locally on the proxmox server shell? #69
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#69
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 @chrcoluk on GitHub (Dec 2, 2022).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/71
It seems to be a requirement to run it remotely.
@franklupo commented on GitHub (Dec 2, 2022):
Hi,
you can run everywhere.
Best regards
@turrini commented on GitHub (Jan 4, 2023):
Hi, to achieve redundancy, this is what I'm doing:
Have a directory structure like this in any of the hosts:
Link the crontab so the system cron can reach and execute
ln -s /opt/tools/etc/cron.d/cv4pve-autosnap /etc/cron.d/Install syncthing on all hosts to keep /opt/tools synchronized automatically
(syncthing.net -> apt-get install syncthing, enable it and configure)The script (/opt/tools/scripts/cv4pve-autosnap.sh):
The cron file (/opt/tools/etc/cron.d/cv4pve-autosnap):
This is far from the best way to do it probably, but it works for me :)
@franklupo commented on GitHub (Jan 5, 2023):
You can run cv4pve-autosnap outside the cluster or in a vm or ct.