Recent content by lxr

  1. L

    Using Turnkey Fileserver for storage share - major issues

    I used cockpit a long time, but they removed features, so I am back with webmin
  2. L

    Using Turnkey Fileserver for storage share - major issues

    Samba nano /etc/samba/smb.conf NFS nano /etc/exports look at your crontab crontab -e maybe there are scripts listet which are getting called for your rsync
  3. L

    Using Turnkey Fileserver for storage share - major issues

    just two weeks ago I turned my back on turnkey file server backuped all settings within webmin I installed a new debian lxc https://community-scripts.github.io/ProxmoxVE/scripts?id=debian integrated webmin (use the script inside your lxc !!! not your proxmox node !!! )...
  4. L

    Using Turnkey Fileserver for storage share - major issues

    I have multiple Proxmox Nodes (since version 7) running with turnkey file servers and never had a problem like yours. But I dont gernerate a storage for the lxc, I manually mount the folder example, your turnkey is lxc 100 (file-server) you open the config nano /etc/pve/lxc/100.conf arch...
  5. L

    backup of the same lxc but two different excludes possible?

    I am using the web gui -> create a backup job ... I will have a look how vzdump works. Thank You
  6. L

    backup of the same lxc but two different excludes possible?

    Hello I want to backup my lxc (with one mountpoint) to two different places I have already a daily backup (30TB) to an existing backupserver with excluded folders. (.pxarexclude) Now I want to backup the same lxc to an external HDD / USB drive (5TB) and I have to exclude some more folders. But...
  7. L

    [TUTORIAL] USB Automount

    apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2FAB19E7CCB7F415 echo "deb https://apt.iteas.at/iteas bullseye main" > /etc/apt/sources.list.d/iteas.list apt update apt install pve7-usb-automount