├── .gitignore ├── README.md ├── autosnap └── proxmox-autosnap.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apprell/proxmox-autosnap/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apprell/proxmox-autosnap/HEAD/README.md -------------------------------------------------------------------------------- /autosnap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apprell/proxmox-autosnap/HEAD/autosnap -------------------------------------------------------------------------------- /proxmox-autosnap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apprell/proxmox-autosnap/HEAD/proxmox-autosnap.py --------------------------------------------------------------------------------