©XSIBackup-Free: Free Backup Software for ©VMWare ©ESXi

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 2021-05-11 07:14:59

ealib
Member
Registered: 2021-04-14
Posts: 21

Add option to check and repair in background

xsibackup --check[=fast|full] [--run-mode=background] --mail-to[=some@email.com] /path/to/repository

xsibackup --repair [--run-mode=background] --mail-to[=some@email.com] /path/to/repository

Should detach from terminal, perform the check in background, and email a report about the check/repair.

Offline

#2 2021-05-11 09:02:02

admin
Administrator
Registered: 2017-04-21
Posts: 2,055

Re: Add option to check and repair in background

Thank you for your feedback, we'll study adding a report at the end of --check & --repair options.
In regards to detaching, nothing prevents you from sending the job to the background:

# Send to the background, keep connected to the current 
# terminal though (the job would end if you close the TTY).
xsibackup --repair /path/to/repository &
# Send to the background & detach from current TTY
nohup xsibackup --repair /path/to/repository &

Offline

Board footer