backup - pull or push? [on hold]Use or don't use virtualization for Linux Webserver?Anybody knows a Backup software working in a “push” rather than “pull” way?GIT as a backup toolWhich is better for website backup - rsync or git pushVM NetWorker server loses hard drive every nightHow to backup 20+TB of data?Backing up multiple git repos of the same project (deduplication)NetApp Backup Strategy - Snapshots to SnapMirrors to Tape?Cronjob to push MongoDB Backup via gitHow to reduce the IO Wait Time during a rsync backup?

Multi tool use
Multi tool use

What Exploit Are These User Agents Trying to Use?

Send out email when Apex Queueable fails and test it

What is a Samsaran Word™?

Can compressed videos be decoded back to their uncompresed original format?

Placement of More Information/Help Icon button for Radio Buttons

Avoiding the "not like other girls" trope?

Should I tell management that I intend to leave due to bad software development practices?

Is there a hemisphere-neutral way of specifying a season?

Theorists sure want true answers to this!

In the UK, is it possible to get a referendum by a court decision?

Why were 5.25" floppy drives cheaper than 8"?

What is the fastest integer factorization to break RSA?

How to show a landlord what we have in savings?

files created then deleted at every second in tmp directory

Why was Sir Cadogan fired?

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?

Finding the reason behind the value of the integral.

Processor speed limited at 0.4 Ghz

What does the same-ish mean?

ssTTsSTtRrriinInnnnNNNIiinngg

Can I hook these wires up to find the connection to a dead outlet?

How do I exit BASH while loop using modulus operator?

Ambiguity in the definition of entropy



backup - pull or push? [on hold]


Use or don't use virtualization for Linux Webserver?Anybody knows a Backup software working in a “push” rather than “pull” way?GIT as a backup toolWhich is better for website backup - rsync or git pushVM NetWorker server loses hard drive every nightHow to backup 20+TB of data?Backing up multiple git repos of the same project (deduplication)NetApp Backup Strategy - Snapshots to SnapMirrors to Tape?Cronjob to push MongoDB Backup via gitHow to reduce the IO Wait Time during a rsync backup?













-1















PULL OR PUSH, thats the Question!



We are currently planning a backup system and are faced with the question of whether we should follow the push or pull approach. In other words, all systems independently store their backups on a central server or the server collects all backups independently. The following pros and cons have been set for each approach so far.



Pull:



Pro:



  • Maintainability

  • central approach

  • no need of backup configuration on server

  • no need of backup vm as a server, no ports to be opened to the
    servers, less administration

Con:



  • Security risk due to centrality and access to all other systems

  • need of backup user with database wide privileges

Push:



Pro:



  • Easier to handle for special cases

  • Encryption before transmission for particularly sensitive data in special cases

  • adjustment of backup on server side (intransparency in backup - the backup server does not have to know what to backup)

Con:



  • no configuration management (also not realizable in short time), consequently worse maintainability

  • configuration on each database server -> responsibility of backup on server side

Can you tell us about your experiences or share your opinion so that we can make a final selection? We would also be very happy about other pros and cons we didn't think of. Many thanks in advance.










share|improve this question







New contributor




umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as primarily opinion-based by Sven yesterday


Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.






















    -1















    PULL OR PUSH, thats the Question!



    We are currently planning a backup system and are faced with the question of whether we should follow the push or pull approach. In other words, all systems independently store their backups on a central server or the server collects all backups independently. The following pros and cons have been set for each approach so far.



    Pull:



    Pro:



    • Maintainability

    • central approach

    • no need of backup configuration on server

    • no need of backup vm as a server, no ports to be opened to the
      servers, less administration

    Con:



    • Security risk due to centrality and access to all other systems

    • need of backup user with database wide privileges

    Push:



    Pro:



    • Easier to handle for special cases

    • Encryption before transmission for particularly sensitive data in special cases

    • adjustment of backup on server side (intransparency in backup - the backup server does not have to know what to backup)

    Con:



    • no configuration management (also not realizable in short time), consequently worse maintainability

    • configuration on each database server -> responsibility of backup on server side

    Can you tell us about your experiences or share your opinion so that we can make a final selection? We would also be very happy about other pros and cons we didn't think of. Many thanks in advance.










    share|improve this question







    New contributor




    umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.











    put on hold as primarily opinion-based by Sven yesterday


    Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.




















      -1












      -1








      -1








      PULL OR PUSH, thats the Question!



      We are currently planning a backup system and are faced with the question of whether we should follow the push or pull approach. In other words, all systems independently store their backups on a central server or the server collects all backups independently. The following pros and cons have been set for each approach so far.



      Pull:



      Pro:



      • Maintainability

      • central approach

      • no need of backup configuration on server

      • no need of backup vm as a server, no ports to be opened to the
        servers, less administration

      Con:



      • Security risk due to centrality and access to all other systems

      • need of backup user with database wide privileges

      Push:



      Pro:



      • Easier to handle for special cases

      • Encryption before transmission for particularly sensitive data in special cases

      • adjustment of backup on server side (intransparency in backup - the backup server does not have to know what to backup)

      Con:



      • no configuration management (also not realizable in short time), consequently worse maintainability

      • configuration on each database server -> responsibility of backup on server side

      Can you tell us about your experiences or share your opinion so that we can make a final selection? We would also be very happy about other pros and cons we didn't think of. Many thanks in advance.










      share|improve this question







      New contributor




      umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      PULL OR PUSH, thats the Question!



      We are currently planning a backup system and are faced with the question of whether we should follow the push or pull approach. In other words, all systems independently store their backups on a central server or the server collects all backups independently. The following pros and cons have been set for each approach so far.



      Pull:



      Pro:



      • Maintainability

      • central approach

      • no need of backup configuration on server

      • no need of backup vm as a server, no ports to be opened to the
        servers, less administration

      Con:



      • Security risk due to centrality and access to all other systems

      • need of backup user with database wide privileges

      Push:



      Pro:



      • Easier to handle for special cases

      • Encryption before transmission for particularly sensitive data in special cases

      • adjustment of backup on server side (intransparency in backup - the backup server does not have to know what to backup)

      Con:



      • no configuration management (also not realizable in short time), consequently worse maintainability

      • configuration on each database server -> responsibility of backup on server side

      Can you tell us about your experiences or share your opinion so that we can make a final selection? We would also be very happy about other pros and cons we didn't think of. Many thanks in advance.







      debian backup






      share|improve this question







      New contributor




      umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      umgumg

      1




      1




      New contributor




      umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      umg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      put on hold as primarily opinion-based by Sven yesterday


      Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.









      put on hold as primarily opinion-based by Sven yesterday


      Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.






















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          2,WGVx,0Kyp8,adYerX x62Dv yoBKNrQ9vvTxagxfdYm TGyENFtTWWYyjfcbsKbb,ALC1VH8fs
          Q7tsrHm2KurLrevrnJ U oPSHKnIponMiMYzpkFgxf5p7D9XkPmaNL ecFpZKMnW3Y8

          Popular posts from this blog

          RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

          Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

          Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020