problem when generating backup of the root folder with rsync Announcing the arrival of Valued...

How do pianists reach extremely loud dynamics?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

What is homebrew?

Amount of permutations on an NxNxN Rubik's Cube

Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?

Is it common practice to audition new musicians 1-2-1 before rehearsing with the entire band?

How to convince students of the implication truth values?

How do I stop a creek from eroding my steep embankment?

If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?

Can an alien society believe that their star system is the universe?

Is there such thing as an Availability Group failover trigger?

Is it fair for a professor to grade us on the possession of past papers?

Irreducible of finite Krull dimension implies quasi-compact?

What would be the ideal power source for a cybernetic eye?

Did MS DOS itself ever use blinking text?

Using et al. for a last / senior author rather than for a first author

How come Sam didn't become Lord of Horn Hill?

Most bit efficient text communication method?

If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in ITSV

Trademark violation for app?

Can you use the Shield Master feat to shove someone before you make an attack by using a Readied action?

Circuit to "zoom in" on mV fluctuations of a DC signal?



problem when generating backup of the root folder with rsync



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionCreating the first backupPermission issues when doing system backup using rsyncrsync 3.1.0 is creating empty backup directoriesBackup using rsyncHow to backup readable but not writable files using rsync?rsync wants to copy files that already exist in the destination directoryBackup to two external hard drives with rsync?rsync command to backup files in the main directory and certain directories with deletingrsync copy symbolic links files in root folder without copying symbolic links recursively within the root foldersScheduled folder backup





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







-1















I have almost an entire day trying to create a mirror backup of the root folder of my ubuntu linux. Install the rsync and create a script with the following content:



#!bin/bash
rsync -rtvpl / /home/julian/Escritorio/copiaRsync/


the big problem is that some files are copied, others are not, in some cases it shows me errors, the script I'm executing as root and I gave it execution permissions with the following command: chmod + x rsync.sh. Other problems is that they are copied with permissions that block the folders, I leave attached some images so that they see the backup copy.



imagen 1



imagen 2



What I can do? I do not know what to try so that the copy is generated exactly the same as the source files. the files of origin are not blocked and when the copy generates them to me with permissions, I do not understand.










share|improve this question









New contributor




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



























    -1















    I have almost an entire day trying to create a mirror backup of the root folder of my ubuntu linux. Install the rsync and create a script with the following content:



    #!bin/bash
    rsync -rtvpl / /home/julian/Escritorio/copiaRsync/


    the big problem is that some files are copied, others are not, in some cases it shows me errors, the script I'm executing as root and I gave it execution permissions with the following command: chmod + x rsync.sh. Other problems is that they are copied with permissions that block the folders, I leave attached some images so that they see the backup copy.



    imagen 1



    imagen 2



    What I can do? I do not know what to try so that the copy is generated exactly the same as the source files. the files of origin are not blocked and when the copy generates them to me with permissions, I do not understand.










    share|improve this question









    New contributor




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























      -1












      -1








      -1








      I have almost an entire day trying to create a mirror backup of the root folder of my ubuntu linux. Install the rsync and create a script with the following content:



      #!bin/bash
      rsync -rtvpl / /home/julian/Escritorio/copiaRsync/


      the big problem is that some files are copied, others are not, in some cases it shows me errors, the script I'm executing as root and I gave it execution permissions with the following command: chmod + x rsync.sh. Other problems is that they are copied with permissions that block the folders, I leave attached some images so that they see the backup copy.



      imagen 1



      imagen 2



      What I can do? I do not know what to try so that the copy is generated exactly the same as the source files. the files of origin are not blocked and when the copy generates them to me with permissions, I do not understand.










      share|improve this question









      New contributor




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












      I have almost an entire day trying to create a mirror backup of the root folder of my ubuntu linux. Install the rsync and create a script with the following content:



      #!bin/bash
      rsync -rtvpl / /home/julian/Escritorio/copiaRsync/


      the big problem is that some files are copied, others are not, in some cases it shows me errors, the script I'm executing as root and I gave it execution permissions with the following command: chmod + x rsync.sh. Other problems is that they are copied with permissions that block the folders, I leave attached some images so that they see the backup copy.



      imagen 1



      imagen 2



      What I can do? I do not know what to try so that the copy is generated exactly the same as the source files. the files of origin are not blocked and when the copy generates them to me with permissions, I do not understand.







      linux rsync backup






      share|improve this question









      New contributor




      JulianProg 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




      JulianProg 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








      edited 7 hours ago









      Rui F Ribeiro

      42.1k1484142




      42.1k1484142






      New contributor




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









      asked 7 hours ago









      JulianProgJulianProg

      1




      1




      New contributor




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





      New contributor





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






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






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          JulianProg is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f513066%2fproblem-when-generating-backup-of-the-root-folder-with-rsync%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          JulianProg is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          JulianProg is a new contributor. Be nice, and check out our Code of Conduct.













          JulianProg is a new contributor. Be nice, and check out our Code of Conduct.












          JulianProg is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f513066%2fproblem-when-generating-backup-of-the-root-folder-with-rsync%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

          The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

          Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...