Hi, when i create a datastore from an unused disk ths PBS creates a partition and
mounts itself this partition at boot.
How? I find it in mtab but i don't understand who mounts this partition.
I think the pbs itself but, where could i put a "forcefsck" for auto fscking the partition before...
2021-05-02T20:12:15+02:00: no data changes
2021-05-02T20:12:15+02:00: re-sync snapshot "ct/114/2021-05-01T19:53:53Z" done
2021-05-02T20:12:15+02:00: percentage done: 17.65% (2 of 17 groups, 100 of 100 group snapshots)
2021-05-02T20:12:15+02:00: sync group host/fileserver failed - group lock...
Hi folks, is there a way to sync to a remote pbs only a restricted number of days?
I know that for now there is a limit of a single datastore but, can i set a different
number of backups in the remote than in the original PBS?
I mean this
PBSREAL:
datastore: backup
keep-daily 12...
In any case: with VM we have the ability to extract IP from agent and show it in interface
Why not consider to do the same with a script or an agent like in the container?
Anyway tx, Diaolin
I've a backup that is configured to start each day at 20.00 pm
but in a bunch of cases it takes 30 hours... normally 6
Is it possible to inercept a running job and procrastinating the new backup?
Even blocking it
Tx, Diaolin
fellow? yeah, of course
yeah
is it but it's big (the first)
No, i stop it at the morning and when the first is ok than i let it work always.
A question: pve has a rate limit for it's backup in vzdump.conf
and pbs, in the sync i mean?
Tx
I want to stop it because it does too much traffic during the work day
My pbs in Italy is 16Tb
and my remote is in Germany
I've seen that stopping and restarting the consistency will be resumed after a while
Diaolin
For the moment i'll stop the sync this way
#!/bin/bash
LIST=$(proxmox-backup-manager task list --output-format json-pretty |grep upid | awk '{print $2}')
for nome in "$LIST"
do
echo "stopped ${nome%?}" >>/root/stopped.log
proxmox-backup-manager task stop "${nome%?}"
done
Bye
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.