Recent content by corriou

  1. C

    PBS : host backup, mount points and pruning problem

    Thank you for your answer. Indeed it does make sense. At first, I tried the second approach but i eventually used the "--all-file-systems" option since it wasn't so important to dissociate both backups. Thanks again.
  2. C

    PBS : host backup, mount points and pruning problem

    Hello, Here's my problem : I have an NFS server with 2 disks: system disk (mounted as /) and data disk (mounted as /export). By default, PBS saves the two disks separately which would be fine for me (and this is what I would prefer). In my crontab, I put : proxmox-backup-client backup...
  3. C

    [SOLVED] PBS - dollar character in a password

    export PBS_PASSWORD='<password>' works. I don't know why I didn't think about it. Thanks.
  4. C

    [SOLVED] PBS - dollar character in a password

    I changed my password. Indeed, the $ character is unusable in the password but escaping it works. Thanks for the lead.
  5. C

    [SOLVED] PBS - dollar character in a password

    Hello, I have installed PBS yesterday and I am currently trying to backup files (VM backup is working fine). I have followed what I found in the documentation (https://pbs.proxmox.com/docs/backup-client.html) but I did not succeed in backing up the files except by filling manually the password...