Search results

  1. J

    Garbage Collection Warning

    @l.wagner Thank you. I am in the process of doing that. My main issue is that syncing from the remote is very slow. When I used rsync it took roughly 24 hours. When syncing from remote it takes a lot longer. For example it's been 15 Hours so far and only 6 out 76 backups have completed so far. I...
  2. J

    Garbage Collection Warning

    @l.wagner I do have access to the datastore kind of. I have the datastore also synced to another store on a NFS Server which doesn't seem to have any errors at the present moment.
  3. J

    Garbage Collection Warning

    Hello, yes it is, I still have the old datastore but I see that it's also have errors with the garbage collection. The old datastore is running a verification job with a lot of these errors. '27db42a5e9bfa9f65cd96f323607dffdf0fc4a4d25c259c90e6f925b26bcca2e' - No such file or directory (os...
  4. J

    Garbage Collection Warning

    @l.wagner Thank you for getting back to me. The datastore is located on an external USB drive with zfs raid0. I was originally syncing it from an old PBS, however with this particular case I rsync -azHxP the datastore from the old PBS instead since I was running running into errors previously...
  5. J

    Garbage Collection Warning

    I keep getting these WARN: warning: unable to access non-existent chunk errors when I run a Garbage Collection on a particular datastore. Is there any way to resolve this or find out what us causing it? Thank you.
  6. J

    [SOLVED] : unable to start datastore verification job v-5e15e479-7564 - no such datastore 'store03'

    Hello everyone. I had setup a proxmox backup server and there was some names that were changed for the datastore. Thus the old job is looking for a datastore that doesn't exist anymore or has been renamed. How do I find where that job is trying to initiate from so that I can delete it or correct...
  7. J

    Proxmox Backup Server resume sync

    Curious if Proxmox Backup Server Remote sync is terminated prematurely, when the task is initiated again, does it resume from where it left off? or is the whole process terminated and needs to go through the sync all over again? For example, Site A sync to remote Site B gets terminated or...
  8. J

    [SOLVED] Datastore backup without remote PBS

    somehow I got it working. Wasn't sure exactly sure, but these are the settings I put in fstab nfs rw,async,soft,intr,noexec 0 0
  9. J

    [SOLVED] Datastore backup without remote PBS

    Hello @keeka I think I need to figure out what permission issues are happening. When you say restart the service which ones needs to be restarted? I managed to mount the NFS and create a store just like you mentioned, but when I go to access it in the GUI it shows an error Bad Reques (400)...
  10. J

    [SOLVED] Datastore backup without remote PBS

    Thanks @keeka I was able to figure out the localhost one. I'm sure it would work the same for a USB drive. However, now that you mention it. I have had some difficulty adding an NFS mount. I did add NFS in the fstab, since I have an rsync cronjob running to backup my PBS Datastore regularly...
  11. J

    [SOLVED] Datastore backup without remote PBS

    How was this setup? I'd like to do this too.
  12. J

    Migrate backup to another datastore

    Did you find out how to do this? I want to separate my datastores and VMS so each set of backups goes to a different datastore. Initially I backed them all up to the same store but I want them on two different stores on the same PBS Server. Thanks.
  13. J

    [SOLVED] Proxmox Backup Remote Sync Error

    @fabian I'm going to post this on here, How would I move VM backups from one datastore to another datastore in the same PBS Server? I understand if it's just moving backups within the same store it will share the chunks. What would be the best way to move or copy from one datastore to the...
  14. J

    Migrate backup to another datastore

    Are these datastores within the same PBS server? I'd be interested in this as well. I know we can copy from within the same store, but I want to copy to a different store in order to split up my backups and run GC and prunes on each store independently. Thank you. @Toranaga How are you syncing...
  15. J

    Migrate a virtual disk with a datastore from one PBS to another

    Hello @Nozalu If I understand correctly. You have PBS001 setup in your PVE and you have setup a PBS002 on the same PVE. On PBS001 the datastore is on a separate virtual disk. Correct? Can you attach that virtual disk to PBS002? I think the disk can be detached from PBS001 and then renamed. I did...
  16. J

    [SOLVED] Transfer PBS (in proxmox VM) to another proxmox with datastore transfer

    I found if you are able to attach your second drive 1TB to the same computer as your 4xHDD, the transfer will be a lot faster. For me, I had to build a new remote server. I'd have to rsync it over ssh, or zfs send and receive. Instead I chose to use the remote sync feature built in to the PBS...
  17. J

    [SOLVED] Transfer PBS (in proxmox VM) to another proxmox with datastore transfer

    Hello @cryonie If I understand correctly, you have PBS running as VM in a Proxmox VE machine. The 4HDD Drives are configured to passthrough to the PBS VM as datastores? Do you have a way to rsync the datastore from the 4HDDs presently to the 1 TB Disk which you will connect to the new PBS VM...
  18. J

    [SOLVED] PBS Root Disk Full can't sync, backup or run garbage collection.

    Hello @datschlatscher I have proxmox backup server running at another place without a separate root drive. The Data and the OS are on the same drive. I think atleast with ZFS there is an ability to set quota.
  19. J

    [SOLVED] PBS Root Disk Full can't sync, backup or run garbage collection.

    Any recommendations on which files to delete to free up space? This occurred with with a new remote which was supposed to be my remote backup server but became full. I ran garbage collection several times, but I need to wait 24 hours and 5 minutes for it to free up? Any help would be much...