I am trying to start my first zpool backup to my fresh PBS install. My command on PVE looks like this:
proxmox-backup-client backup target_pool.pxar:/target_pool_path/ --repository root@pam@pbs.ip.1.1:8007:data_store_on_pbs
It seemed to skip my zpool mount point. From the documentation it says I need to use --include-dev is this all I need to do? I would have thought that since I am specifically targeting the zpool then I wouldn't have had to tell it to mount it.
Also, I plan on making this a cron job eventually but for the first one since its going to be a full backup I want to monitor the progress so I am going to run screen so i can close and come back to it but could i use pv to be able to see the progress and make sure its still running? My pool is about 50TB so its going to take awhile. If yes what would the syntax be?
Thank you.
proxmox-backup-client backup target_pool.pxar:/target_pool_path/ --repository root@pam@pbs.ip.1.1:8007:data_store_on_pbs
It seemed to skip my zpool mount point. From the documentation it says I need to use --include-dev is this all I need to do? I would have thought that since I am specifically targeting the zpool then I wouldn't have had to tell it to mount it.
Also, I plan on making this a cron job eventually but for the first one since its going to be a full backup I want to monitor the progress so I am going to run screen so i can close and come back to it but could i use pv to be able to see the progress and make sure its still running? My pool is about 50TB so its going to take awhile. If yes what would the syntax be?
Thank you.