Search results

  1. E

    Understanding backup retention correctly?

    What time retention starts ? For example i set to save one monthly.
  2. E

    VMs FS error after backup destination storage is full

    Can it be so - NFS backup storage became full and VMs that was in this backup become with RO root partitions ?
  3. E

    [SOLVED] Cluster Node Name Problem

    And what to do after editing? Restart something ? systemctl restart corosync.service Will be sufficient ?
  4. E

    storage_pbs_encryption

    So PVE encypts backup before puts it to PBS ?
  5. E

    storage_pbs_encryption

    https://pve.proxmox.com/pve-docs/pve-admin-guide.html#storage_pbs_encryption Hello everyone, and what does this encryption give? What exactly does it encrypt? and for what purposes? Thanks
  6. E

    Receiving "pipelined request failed: update atime failed for chunk/file" when backing up to backup proxmox server?

    Pardon, forgot about your question. What should i wrote there ? I got message "Garbage collection failed: unexpected error on datastore traversal: No such file or directory (os error 2) - "/opt/backup-store/host/dss-db-m11-s1-2/2023-06-10T00:15:05Z"" and i was asked to file a bug ?) And Is it...
  7. E

    Receiving "pipelined request failed: update atime failed for chunk/file" when backing up to backup proxmox server?

    And this one ? Garbage collection failed: unexpected error on datastore traversal: No such file or directory (os error 2) - "/opt/backup-store/host/dss-db-m11-s1-2/2023-06-10T00:15:05Z"
  8. E

    Receiving "pipelined request failed: update atime failed for chunk/file" when backing up to backup proxmox server?

    Can we go on here with my problem or should i create a new post ? Got an error Garbage collection failed: update atime failed for chunk/file "/opt/backup-store/.chunks/014a/014ab98c7468e734156e1d4b419db864e58fc5920fe7bcea56d170cc77cb3209.0.bad" - EPERM: Operation not permitted But there is no...
  9. E

    [TUTORIAL] How to install Proxmox Backup Client under Ubuntu%

    18.04.6 LTS cd /root wget http://download.proxmox.com/debian/pbs/dists/buster/pbs-no-subscription/binary-amd64/proxmox-backup-client_1.1.9-1_amd64.deb but apt install libfuse3-3 tells me it can't find libfuse3-3 what to do ?
  10. E

    Why proxmox-backup-client backup ... 2>$ERRORS output is the same with proxmox-backup-client output ?

    I have a bash script where i set DBNAME1= BACKUPPATH= ERRORS=/root/errors_log.txt export PBS_REPOSITORY= export PBS_PASSWORD= export PBS_FINGERPRINT= And in the middle i have command proxmox-backup-client backup "$DBNAME1"_psql.pxar:$BACKUPPATH/$DBNAME1 2>>$ERRORS So when i run it manually i...
  11. E

    [SOLVED] Sync Fails with os error 2

    Ok! It seems this version works good proxmox-backup-client/now 2.1.1-1 amd64 [installed,local] And this one is not proxmox-backup-client/stable,now 2.3.3-1 amd64 [installed] apt remove proxmox-backup-client apt install proxmox-backup-client=2.1.1-1 Solved the problems..
  12. E

    [SOLVED] Sync Fails with os error 2

    I did not prune if it not scheduled by default anywhere. Backups seems to work but error is still exists Using onetimego seems to help. Eror is gone. Bit i can't understand why on one PBS server this works ERRORS=/root/errors.log BACKUPPATH=/opt/data rm $ERRORS DBNAME1=tms...
  13. E

    [SOLVED] Sync Fails with os error 2

    I don't have that folder. can i choose any ? cd /opt/backup-store/host/pbs-s1-2/2023-03-14T10:55:22Z/ root@pbs-s1-s2:/opt/backup-store/host/pbs-s1-2/2023-03-14T10:55:22Z# proxmox-backup-debug inspect file --decode - index.json.blob { "backup-id": "pbs-s1-2", "backup-time": 1678791322...
  14. E

    [SOLVED] Sync Fails with os error 2

    I need to backup 3 objects proxmox-backup-client backup tms_psql.pxar:/opt/data/tms proxmox-backup-client backup etc_iris_.pxar:/opt/data/etc/iris proxmox-backup-client backup home_tms_iris-client.pxar:/opt/data/home/tms/iris-client But i don't understand what is going on. First object creates a...
  15. E

    [SOLVED] Sync Fails with os error 2

    ls -lha /opt/backup-store/host/pbs-s1-2/2023-03-14T10:48:14Z/ total 28K drwxr-xr-x 2 backup backup 4.0K Mar 14 13:48 . drwxr-xr-x 24 backup backup 4.0K Mar 14 13:59 .. -rw-r--r-- 1 backup backup 4.1K Mar 14 13:48 catalog.pcat1.didx -rw-r--r-- 1 backup backup 5.2K Mar 14 13:48...