bobthebob1234
Cadet
- Joined
- Apr 2, 2012
- Messages
- 2
So two servers (Both FreeNAS-8.0.3-RELEASE-x64 (9395)) , two datasets.
Replication of snapshots working between them for one dataset, but not the other
on the backup freenas server (PULL in documentation)
trying to do manual push on PUSH server:
so go to PULL and try and delete:
So how does one proceed from here then? I find it very strange that the clones parent has somehow been deleted...
On the web interface (on PULL) I do get the option to 'rollback snapshot'. Delete just says 'Held by replication system'
Cheers
Replication of snapshots working between them for one dataset, but not the other
Code:
zfs list -t snapshot NAME USED AVAIL REFER MOUNTPOINT poolC/linuxBackup@auto-20120306.0400-2w 94.3M - 20.5G -
on the backup freenas server (PULL in documentation)
trying to do manual push on PUSH server:
Code:
zfs send poolA/linuxBackup@auto-20120402.0400-2w | ssh -i /data/ssh/replication 192.168.1.61 zfs receive -F poolC/linuxBackup@auto-20120402.0400-2w cannot receive new filesystem stream: destination has snapshots (eg. poolC/linuxBackup@auto-20120306.0400-2w) must destroy them to overwrite it warning: cannot send 'poolA/linuxBackup@auto-20120402.0400-2w': Broken pipe
so go to PULL and try and delete:
Code:
# zfs destroy -R poolC/linuxBackup@auto-20120306.0400-2w cannot destroy 'poolC/linuxBackup@auto-20120306.0400-2w': snapshot is cloned no snapshots destroyed # zfs destroy poolC/linuxBackup@auto-20120306.0400-2w cannot destroy 'poolC/linuxBackup@auto-20120306.0400-2w': dataset already exists
So how does one proceed from here then? I find it very strange that the clones parent has somehow been deleted...
On the web interface (on PULL) I do get the option to 'rollback snapshot'. Delete just says 'Held by replication system'
Cheers