Is there a command line to start/stop the backup procedure?
Thanks.
Yes/No
cron job does it for example, look into file:
/etc/cron.daily/xbian-backup
xbian-storager xbiancopy --img '-' $IMGEXCLUDE "$IMGDEST"
But you can not stop that process.
(2nd Feb, 2022 03:17 AM)Nachteule Wrote: [ -> ]Yes/No
cron job does it for example, look into file:
/etc/cron.daily/xbian-backup
xbian-storager xbiancopy --img '-' $IMGEXCLUDE "$IMGDEST"
But you can not stop that process.
Thank you.
Btw, is there any other tool for Linux that does this job?
(2nd Feb, 2022 06:04 AM)Nachteule Wrote: [ -> ]No
Ok. Thank you for the info
All clear for me, thank you.