wtfuar
Dabbler
- Joined
- Jun 25, 2013
- Messages
- 36
Hi,
I want the rsync daemon server running at startup, so the backup process works onto another local zfs volume.
Therefor I thought I could use the Init/Shutdown feature, but it is not running the command:
as PostInit Command.
It is not executing this command post init.
Could someone help?
I want the rsync daemon server running at startup, so the backup process works onto another local zfs volume.
Therefor I thought I could use the Init/Shutdown feature, but it is not running the command:
Code:
rsync --daemon --address=127.0.0.1 --verbose
as PostInit Command.
It is not executing this command post init.
Could someone help?