Snapshot -> Windows Serv2012

Status
Not open for further replies.

pingoo

Cadet
Joined
Jun 21, 2017
Messages
2
Hello,
I'm trying to configure a freenas which is connected to a 2012 Windows Server. (The freenas is in the domain)
I want my freenas to take snapshots every X time and have it send the snaps to my windows server. So I thought about doing a periodique instance (for ex; every friday night). And do a task on Windows Server with Task Scheduler where it will launch a script enabling it to connect through SSH and copy the snapshot in the folder c:\allsnap (ex: saturday morning)

(scp root@10.0.0.3\path\of\snapshop c:\allsnap) Is such a thing possible?

Thanks !
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
You could store the output of zfs send on Windows Server, but that is of limited use.

In fact, I can't really figure out what on earth you're trying to accomplish...
 
Status
Not open for further replies.
Top