Bandwidth limit for pct restore

ned

Renowned Member
Jan 26, 2015
113
2
83
Does pct restore support any king of bandwidth limiting? Restoring from backup always makes the dedicated server not usable during the restore process....
 
mhmm, there is no builtin way, but there might be something possible like this

cat <backup file> | cstream -t <bytes/s> | pct restore -ostemplate - <some options>

for the exact options look up the man pages