samba

  1. R

    Taking suggestions: Samba Previous versions implementation

    Is it possible (or conversely a terrible idea) to expose zfs snapshots to a container? My goal is to enable 'previous versions' via samba's shadow_copy2 vfs object, preferably backed by zfs snapshots, for document storage that can be recovered without IT (me) intervention. The documents in...
  2. K

    Proxox ZFS SMB (CIFS) Share?

    Hi Guys, I have an HP ML10v2 which i want to use as an all in one server (hypervisor, fileserver, LXC). I have installed Proxmox (choose ZFS RAID 0 during install) on the internal HDD 500GB 7200RPM seagate. after that i installed samba and did the following: zfs sharesmb=yes rpool/DATA While...
  3. J

    LXC Container Mount CIFS - Sporadically Hangs

    I've pieced together a few instructions from here and there to allow my Prox Containers to mount CIFS shares but I have the sporadic problem where accessing the shares hangs with no response for a few minutes. It clears...eventually. In my case, multiple containers attempt to access the same...
  4. Y

    Uncompressed Backup Problem

    I've got a problem with backuping a VM to remote NAS whitch is mounted with samba to /mnt/z1 This is the log: INFO: starting new backup job: vzdump 101 --compress 0 --node far --mode snapshot --remove 0 --storage z1 INFO: Starting Backup of VM 101 (qemu) INFO: status = running INFO: update VM...
  5. J

    [SOLVED] Bind mount to reflect Samba mount owner/permissions?

    I have a few containers running on Proxmox and have a challenge with a Bind mount vs a Samba share. Container 101 has a directory shared via Samba (it's effectively my NAS). Anything written to it via Samba adopts file ownership & permissions determined by the samba process / config. That same...