You are not logged in.
Pages: 1
Hi,
how do I start the GUI?
Offline
Free version does not have any GUI
Offline
Where can I find the cron file to edit?
Offline
Please, read the documents.
[url=https://33hops.com/xsibackup-free-11-things-that-have-changed.html](c)XSIBackup Classic: changes in version 11.0.0[/url]
Offline
Thank you, its all ok
Offline
Been trying out new 11.0.1 free version. Backups fine, but my cron simply does not fire. I get no error messages, and the log file is empty.
What could I be doing wrong? any new permissions needed for any of the files?
Offline
Did you install the cron?, did you read the notes about the new version?
[url=https://33hops.com/xsibackup-free-11-things-that-have-changed.html](c)XSIBackup Classic: changes in version 11.0.0[/url]
Offline
if its still the same ./xsibackup --install-cron, then I did.
Yes I read about the new changes, and I also did the --update-cron after the changes I made.
Everything seems to work when I ran the --run-backup=001 command
Offline
You must be doing something wrong. Are ayou aware of the fact that the new crontab is conf/root-crontab?
You must place schedules there according to what's described here: [url=https://33hops.com/xsibackup-free-11-things-that-have-changed.html](c)XSIBackup Classic: changes in version 11.0.0[/url]
And then run the --update-cron command.
After you have completed the above procedure, make sure that you have your crontab in the [b]/var/spool/cron/crontabs/root[/b] crontab file
Offline
[quote=admin]You must be doing something wrong. Are ayou aware of the fact that the new crontab is conf/root-crontab?
You must place schedules there according to what's described here: [url=https://33hops.com/xsibackup-free-11-things-that-have-changed.html](c)XSIBackup Classic: changes in version 11.0.0[/url]
And then run the --update-cron command.
After you have completed the above procedure, make sure that you have your crontab in the [b]/var/spool/cron/crontabs/root[/b] crontab file[/quote]
Yes I checked the crontab at conf/root-crontab. Also checked that I did the --update-cron again. It even shows the msg " the service seems to be running ok"
And also check that the crontab is in the /var/spool/cron/crontabs/root crontab file. All seems to be there.
But the cron job does not fire
Last edited by epicurean (2018-07-06 13:25:43)
Offline
Then reboot the server.
To check the crond service just write some simple command to the [b]/var/spool/cron/crontabs/root[/b] crontab file, like
0/1 * * * * echo "Hi, now it's: $(date)" >> /tmp/cron-test.txt
And monitor it with [b]tail -f[/b] in a second window, or just cat or vi the test file.
The above command will write an entry per minute.
tail -f /tmp/cron-test.txt
Offline
Hello
How do i have to modify the job file to leave the backup-point without an datedir folder.
I always like to overwrite the folder/files
thx a lot
Offline
We are not quite getting you.
If you don't want the backup stored to a timestamped folder, then don't parse the --date-dir=yes argument. Nevertheless [b](c)XSITools[/b] will do that by design.
We don't know what's your backup job, so it's hard to give an answer, we are only guessing.
Offline
Ok
This is my backup job
"/vmfs/volumes/datastore1/xsi-dir/xsibackup" \
--backup-prog=XSITools:z \
--certify-backup=yes \
--backup-point=/vmfs/volumes/backup_intern/$( date +%Y%m'00000000' ) \
--backup-type=Custom \
--backup-vms="Server03" \
--backup-how=Hot \
--remote-xsipath=/vmfs/volumes/datastore1/xsi-dir \
--use-smtp=2 \
--mail-to=mail@mailaddress.com \
--backup-id=002 \
--description="XSITools backup of production VMs" \
--override=xsibakfilter \
--on-success="backupId->005" \
--on-error="backupId->005" \
--exec=yes >> "/vmfs/volumes/datastore1/xsi-dir/var/logs/xsibackup.log"
i wasn't sure about the backup-point the "/$( date +%Y%m'00000000' )" part...
so with that i shoudn't get an stimestamped folder?
thx alot for help
Offline
Before you use bash code in your job file, you should know what it means and what its effect will be, otherwise you are just playing russian roulette with your VMs.
--backup-point=/vmfs/volumes/backup_intern/[b]$( date +%Y%m'00000000' )[/b]
Remove the part in bold, and next time try to dig into your problem a bit more. We are glad to help anybody that has first tried to help himself.
By the way, if you like to backup to the same folder, you are just creating the base for your very personal big disaster. XSIBackup is a backup tool and just like a chainsaw can be a very helpful tool. We nevertheless can't prevent people hurting themselves by using it inadequately.
Offline
well with logical thinking i shoud understand it like i thought that this woud make me an timestamp folder before i used --date-dir=yes but this was the old xsi version..
thx for helping
Offline
For what is this datafolder?
greetings
any help?
Last edited by mbosshard (2018-07-24 08:05:09)
Offline
The [b]--date-dir=yes[/b] argument still exists.
We really can't grasp what you want to know.
Everything that could be said in regards to using this argument or using a dynamic folder instead has already been said in this post.
The matter is much simpler than the extension of the post.
1 - Use [b]--date-dir=yes[/b] to generate a timestamped folder, or don't use it to backup to the same folder (dangerous)
2 - Use a dynamic name by employing the bash [b]date[/b] command, which offers you endless possibilities.
Offline
Ah hehe no not date-dir i mean with the new xsi backup i get on the backup destination an folder named data... that wasn't in the previouse version...
Offline
resume
how can i get this imagebackup vm to start?
With previous version i registred with the vmx file the imagebackup on esxi and could start it.. now with 11.0.1 it doesnt work like this.. what iritates me is the data folder.. with subfolder 0 to f... with files inside like 02925ba6f3e04cec82c0da43097f6ea2c48b852f 0_o. and the vmdk file is 4KB --> backup logs successful backup...
Offline
You are most probably using XSITools. That is a deduplication engine that is offered as a write-only feature. You should not use it if you just use the Free version and you are not thinking about buying the Pro.
You can't use a VM stored in a deduplicated repository directly, you need to restore it.
Use [b]--backup-prog=vmkfstools[/b] to generate plain VM copies that you can use directly.
Offline
Hello ahh good to know.. i will try with your recomendation thx a lot.. thinking and check for the pro version
Offline
Pages: 1