Search results

  1. I

    The Datastore isn't created via cli after the update from 1.1-9 to 1.1-10

    Example: proxmox-backup-manager datastore create test /mnt/data/test result: Result: "UPID:pbs:00000ADB:0AF7AAFF:00000000:60D38456:create-datastore:test:root@pam:" In this case, the /mnt/data/test directory is created. Sometimes an /mnt/data/test/.chunks directory is also created. But inside...
  2. I

    [SOLVED] Problem creating storage via cli (pvesm add cifs) since pve 6.1-8

    I tried to configure Proxmox to mount the CIFS share for ISO images and backups. For example, the repository is: bckp, the server: 192.168.1.100, user: backuper I use the cli: /usr/sbin/pvesm add cifs bckp --path /mnt/pve/bckp --server 192.168.1.100 --share bckp --maxfiles 365 --content...
  3. I

    LXC backup and restore with configured mountpoints

    I have some Proxmox 4.2 nodes with different hardware configuration. Nodes are not in the clusters, but have common NFS storage for backup and migration. Of course, migration without cluster downtime is inevitable. For migration from node A to node B: nodeA:/# pct shutdown $VM nodeA:/# vzdump...