This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # proxmox-backup-client list --repository root@pam@<Proxmox-Backup-Server-IP>:8007:pbs01 | |
| # proxmox-backup-client map vm/100/2021-01-03T17:21:21Z drive-scsi0.img --repository root@pam@<Proxmox-Backup-Server-IP>:8007:pbs01 | |
| Image '...' mapped on /dev/loop0 | |
| - qm set 100 -scsiN /dev/loop0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | |
| https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts | |
| https://blocklistproject.github.io/Lists/abuse.txt | |
| https://blocklistproject.github.io/Lists/ads.txt | |
| https://blocklistproject.github.io/Lists/crypto.txt | |
| https://blocklistproject.github.io/Lists/drugs.txt | |
| https://blocklistproject.github.io/Lists/fraud.txt | |
| https://blocklistproject.github.io/Lists/gambling.txt | |
| https://blocklistproject.github.io/Lists/malware.txt | |
| https://blocklistproject.github.io/Lists/phishing.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Script location : /srv/bin/npm_backup.sh | |
| # npm_home : Location of nginx-proxy-manager installation | |
| # backup_target : Folder name for backup | |
| npm_home=/srv/nginx-proxy-manager | |
| backup_target=/media/Backups/nginx-proxy-manager | |
| # Import protected variables | |
| source /srv/bin/.env | |
| # Create Backup |