Forum

Full Version: Backup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
No
(2nd Feb, 2022 06:04 AM)Nachteule Wrote: [ -> ]No

Ok. Thank you for the info Smile
All clear for me, thank you.
Reference URL's