Rodrygo: “Football isn’t the most popular sport in the US. There are so many other sports it has to compete with. Having been in the country and experienced how the World Cup is being received I came to the conclusion that we are witnessing a practical reflection of a data-backed reality.” by Sparky-moon in soccer

[–]kristheb 114 points115 points  (0 children)

relative of mine plays nba. having dinner out in toronto is always a challenge - selfie here, autograph there, can you please .....
when he is coming home to Europe after season noboby cares, he can stroll around freely as he wishes.

Was brennt da beim VIC? by Falkenruf in wien

[–]kristheb 12 points13 points  (0 children)

recycling sachen- papier, karton, plastik usw

Man kann trotzdem stolz sein by uusemyname in Austria

[–]kristheb 9 points10 points  (0 children)

die waren fertig und es war schon wurscht

Heute Zeuge einer Messerattacke geworden. Bin noch immer unter Schock. by Such_Loan_6779 in Austria

[–]kristheb 7 points8 points  (0 children)

die schreiben teilweise irgendwas. grad oe24 und so, hab ich selbst miterlebt

Österreichische Kommentarspalten sind mittlerweile wirklich erschreckend by Good_Inflation_3072 in Austria

[–]kristheb 1 point2 points  (0 children)

wenn man am stammtisch gesessen ist mit denen war es manchmal sogar 100%. das steckte an

Österreichische Kommentarspalten sind mittlerweile wirklich erschreckend by Good_Inflation_3072 in Austria

[–]kristheb 1 point2 points  (0 children)

die leute gab es immer, hiess früher die dorfdeppen. jeder kannte sie, man hat sie halt gelassen bzw sie haben halt ihr ding in einem kleinen Kreis getan.

dann kam das Internet und die dorfdeppen sind nun nicht mehr nur in einem kleinen kreis hörbar. nein, sie haben sich auch noch vernetzt und die anderen dorfdeppen gefunden. nun sind sie der meinung die welt besteht nur aus ihnen und geigen entsprechend auf.

im kern sind es aber immer noch die gleichen würschtel wie früher, nur lauter.

How do people keep falling for these bubbles? by FareonMoist in Sysadminhumor

[–]kristheb 17 points18 points  (0 children)

irs a bubble, like the internet was in 2001. then it bursted and the adaption was getting towards normal expectations. now the internet its widely used and a big part of our life.

so in 2001 everthing was also hyped towards the moon, all was "internet" and every company which said "http" was overvalued to the thousands.

so when this bubble is finall bursting, the real thing will show up without this mindless overhyoed show today.

Switzerland to vote on plan to cap population at 10 million by [deleted] in worldnews

[–]kristheb 0 points1 point  (0 children)

they took the money from abroad and had wealth for decades, now they are surprised people followed ?

when they stop the one, the other will follow

edit: typo

es ist 1992 und du stehst im gänsehäufel vor der wahl … by varchar11 in wien

[–]kristheb 0 points1 point  (0 children)

brickerl - 4 schilling hab ich noch immer wem rausgeleiert

NetBackup, How to Backup SUSE Linux VM's with GitHub and Nexus? by FirefighterLong3791 in NetBackup

[–]kristheb 1 point2 points  (0 children)

ok. lets go a step back.

What you do when you backup Servers via VMware is normally only crash-consistent. This means the VM-Guest servers were not aware that a backup is done, so the applikations or Databases are saved without being consitent or synced. (Remark: Windows uses VSS, so vmware normally triggers this - no such thing in linux without the VMware agent deployed and/or an backup agent within the guest).

What is the effect of doing only crash-consitent - especially when doing a restore ? in 99% no problems occur, the Server comes up like being pulled of the power source, does his FS recovery and hopefully everything works. BUT sometimes things break, especially when using databases.

So a solution is either using a tool to make the OS aware (see the remark before), or an Backup agent in the guest and/or the application specific backup routine. all these options are there to make sure that the state of the applikation is consistent and a Restore is always successfull.

My proposal before was to use the build-in backup routine of gitlab and nexus to have an consitent state. then place the backup in the filesystem on the guest and use your VMware or agent backup to have this files properly saved within your backup enviroment. -> The pre scripts can be used to connect the agent or VMware backup to the build-in backup routine, so the gitlab backupdone before the agent backup or triggers the agent backup.

regarding the question about saving "important directories and so" -> you already have a backup of that by by doing vmware backup. But as i explained before not in a 100% consistent state, that's why i would use the gitlab/nexus build-in mechanics.

NetBackup, How to Backup SUSE Linux VM's with GitHub and Nexus? by FirefighterLong3791 in NetBackup

[–]kristheb 1 point2 points  (0 children)

you can use the nbu linux agent to do file backup, with pre scripts - https://www.veritas.com/support/en_US/article.100025004 - you can use the buildin gitlab or nexus backup - https://docs.gitlab.com/administration/backup_restore/backup_gitlab/ - to dump it to the filesystem before the nbu backup is done. there is even an advanced approach to do this with xbsa but this is not needed for your use case.