memel.parduin
Dabbler
- Joined
- Feb 13, 2012
- Messages
- 42
Hi,
I don't know if this is the right place to put this, and I don't even know if the title is descriptive enough..
I have a FreeNAS 7 server, trying to zfs send over ssh via a cron job to a FreeNAS 8 server. The command I'm using
Letting this run results in an unresponsive FreeNAS 8 server, both GUI, SSH and console.
However, when I choose 'run now' in the FreeNAS 7 cron menu, everything works fine. What could I be doing wrong? Has anyone encountered a similar problem? Any hints?
Thanks,
Memel
PS: I'll also post this in the FreeNAS 7 forum, just for sure.
I don't know if this is the right place to put this, and I don't even know if the title is descriptive enough..
I have a FreeNAS 7 server, trying to zfs send over ssh via a cron job to a FreeNAS 8 server. The command I'm using
Code:
zfs send -i snapshot@datetime-now snapshot@datetime-then | ssh remote_server zfs receive -dvF pool/dataset
Letting this run results in an unresponsive FreeNAS 8 server, both GUI, SSH and console.
However, when I choose 'run now' in the FreeNAS 7 cron menu, everything works fine. What could I be doing wrong? Has anyone encountered a similar problem? Any hints?
Thanks,
Memel
PS: I'll also post this in the FreeNAS 7 forum, just for sure.