Richard Shaw
2012-05-03 18:09:15 UTC
I think I know the answer but I'm looking for confirmation here. If I
want to nice AND ionice a backup, I'm assuming I need to use a script
instead so I get a full shell? Something like:
${RsyncClientCmd} = '<script> $host argList+'
--- script ---
#!/bin/bash
ionice -c3 -p $$
<normal ssh and rsync command>
-- end scrpt ---
Thanks,
Richard
want to nice AND ionice a backup, I'm assuming I need to use a script
instead so I get a full shell? Something like:
${RsyncClientCmd} = '<script> $host argList+'
--- script ---
#!/bin/bash
ionice -c3 -p $$
<normal ssh and rsync command>
-- end scrpt ---
Thanks,
Richard