mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-03 04:00:20 -08:00
6 lines
109 B
Bash
6 lines
109 B
Bash
#!/bin/bash
|
|
|
|
export ALLOW_BACKUP_ANYTIME='yes'
|
|
|
|
nice -n 19 ionice -c 3 /usr/local/vesta/bin/v-backup-user $1
|