I have a script for a tar backup. It should be run at init 1 on this headless machine with ssh access. Obviously there is no sshd at runlevel 1. So how can I perform this sequence: telinit 1;backup; telinit 3 ?