Hey All,
I have a PVE installation that is making backups to the NFS storage over the network. Everything is working fine but when I want to limit the bandwidth used by the backup, the setting seems to be ignored. Here's my /etc/vzdump.conf:
Read more
I have a PVE installation that is making backups to the NFS storage over the network. Everything is working fine but when I want to limit the bandwidth used by the backup, the setting seems to be ignored. Here's my /etc/vzdump.conf:
Code:
# vzdump default settings
#tmpdir: DIR
#dumpdir: DIR
#storage: STORAGE_ID
#mode: snapshot|suspend|stop
bwlimit: 650000
#performance: [max-workers=N][,pbs-entries-max=N]
#ionice: PRI
#lockwait: MINUTES
#stopwait: MINUTES
#stdexcludes: BOOLEAN...
Read more