<div dir="ltr"><div><span style="font-size:12.8px">I want to automate backups on a glusterfs 3.7.3 share with snapshots.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Creating snapshots manualy works, but how are they secured to a different server?</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I was able manage that process manually by doing the following:</span></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div><font color="#3f4042" face="monospace, Courier"><span style="font-size:14.4px;line-height:18.72px">sudo umount /run/gluster/snaps/7cb4b2c8f8a64ceaba62bc4ca6cd76b2/brick1</span></font></div><div><br></div><div>sudo dd if=/dev/mapper/gluster-506cb09085b2428e9daca8ac0857c2c9_0<font color="#3f4042" face="monospace, Courier"><span style="font-size:14.4px;line-height:18.72px;white-space:pre-wrap"> | gzip &gt; snap01.gz</span></font></div></div><div style="font-size:12.8px"><font color="#3f4042" face="monospace, Courier"><span style="font-size:14.4px;line-height:18.72px;white-space:pre-wrap"><br></span></font></div><div style="font-size:12.8px">That seems to work, but how could I possibly know the snapshot name? I took this info here from df -h </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The snapshots are located here:</div><div style="font-size:12.8px">







<p class=""><span class="">/var/lib/glusterd/snaps/</span></p><p class=""><span class="">But those are not only a few KB and I would like to be able to do a full recover of the snapshot.,</span></p></div><div style="font-size:12.8px"><span style="font-size:12.8px">I also tried to run the command mentioned in the docs: </span><br></div><span class="im" style="font-size:12.8px"><div><br></div><div><span style="font-size:12.8px">&gt; to mount snapshot volume:</span><br style="font-size:12.8px"><span style="font-size:12.8px">&gt; mount -t glusterfs &lt;hostname&gt;:/snaps/&lt;snap-name&gt;/</span><span style="font-size:12.8px">&lt;origin-volname&gt; /&lt;mount_point&gt;</span><br style="font-size:12.8px"></div><div><br></div></span><div style="font-size:12.8px">This did not work. There seems not to be any folder called /snaps/ as when I press tab I get suggestion for vol1 but nothing else.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thank you in advance for any help</div></div>