Rsync with crontab helpWhich folders to restore from full system backup after harddisk change?is it possible to rsync to another server using crontab?Backup with rsync works but not in crontabHow do I move /home/user to a zfs pool?16.04 LTS server. Trying to use zfs but it is not auto mounting after rebootShell Script with Rsync runs fine on its own however not with crontabrsync and crontabCrontab for an rsync backup with ssh connectionEncrypt internal drives and unlock with USB driveNeed help setting up Docker Home Media server

Violin - Can double stops be played when the strings are not next to each other?

"of which" is correct here?

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

Official degrees of earth’s rotation per day

Are relativity and doppler effect related?

How to deal with taxi scam when on vacation?

Why does a Star of David appear at a rally with Francisco Franco?

How to write cleanly even if my character uses expletive language?

Employee lack of ownership

Converting a variable frequency to TTL HIGH and LOW levels, based on a fixed (possible non-fixed?) frequency

Is it insecure to send a password in a `curl` command?

How to terminate ping <dest> &

Is there a symmetric-key algorithm which we can use for creating a signature?

The German vowel “a” changes to the English “i”

Why did it take so long to abandon sail after steamships were demonstrated?

Are ETF trackers fundamentally better than individual stocks?

Shortcut for setting origin to vertex

What is the Japanese sound word for the clinking of money?

Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?

Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible

What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?

How do I change two letters closest to a string and one letter immediately after a string using Notepad++?

Why does overlay work only on the first tcolorbox?

Why does energy conservation give me the wrong answer in this inelastic collision problem?



Rsync with crontab help


Which folders to restore from full system backup after harddisk change?is it possible to rsync to another server using crontab?Backup with rsync works but not in crontabHow do I move /home/user to a zfs pool?16.04 LTS server. Trying to use zfs but it is not auto mounting after rebootShell Script with Rsync runs fine on its own however not with crontabrsync and crontabCrontab for an rsync backup with ssh connectionEncrypt internal drives and unlock with USB driveNeed help setting up Docker Home Media server













0















I am not a great linux user, and am just attempting to backup my server files in case of a drive failure. I currently have an SSD running docker containers for a media server, and the media is stored on a ZFS pool of 4 drives in a RAIDZ array. I am attempting to figure out how to rsync my crontab directory to the ZFS pool, and possibly also put it onto a usb to make sure my .env files don't get lost if the SSD fails. I don't know if I worded all of what I'm trying to get across correctly, so sorry! I suppose this would make more sense to just do as /home /mnt (name of the zpool).



rsync -av --delete /home /mnt- does this command look correct?



Below is what my Docker backup cronjob looks like, as well as the ZFS scrub.



m h dom mon dow command



0 2 * * * /home//.docker/main.sh -b max



zpool scrub every month



0 2 1 * * /sbin/zpool scrub mnt
0 13 1 * * /sbin/zpool status



Thanks in advance!









share


























    0















    I am not a great linux user, and am just attempting to backup my server files in case of a drive failure. I currently have an SSD running docker containers for a media server, and the media is stored on a ZFS pool of 4 drives in a RAIDZ array. I am attempting to figure out how to rsync my crontab directory to the ZFS pool, and possibly also put it onto a usb to make sure my .env files don't get lost if the SSD fails. I don't know if I worded all of what I'm trying to get across correctly, so sorry! I suppose this would make more sense to just do as /home /mnt (name of the zpool).



    rsync -av --delete /home /mnt- does this command look correct?



    Below is what my Docker backup cronjob looks like, as well as the ZFS scrub.



    m h dom mon dow command



    0 2 * * * /home//.docker/main.sh -b max



    zpool scrub every month



    0 2 1 * * /sbin/zpool scrub mnt
    0 13 1 * * /sbin/zpool status



    Thanks in advance!









    share
























      0












      0








      0








      I am not a great linux user, and am just attempting to backup my server files in case of a drive failure. I currently have an SSD running docker containers for a media server, and the media is stored on a ZFS pool of 4 drives in a RAIDZ array. I am attempting to figure out how to rsync my crontab directory to the ZFS pool, and possibly also put it onto a usb to make sure my .env files don't get lost if the SSD fails. I don't know if I worded all of what I'm trying to get across correctly, so sorry! I suppose this would make more sense to just do as /home /mnt (name of the zpool).



      rsync -av --delete /home /mnt- does this command look correct?



      Below is what my Docker backup cronjob looks like, as well as the ZFS scrub.



      m h dom mon dow command



      0 2 * * * /home//.docker/main.sh -b max



      zpool scrub every month



      0 2 1 * * /sbin/zpool scrub mnt
      0 13 1 * * /sbin/zpool status



      Thanks in advance!









      share














      I am not a great linux user, and am just attempting to backup my server files in case of a drive failure. I currently have an SSD running docker containers for a media server, and the media is stored on a ZFS pool of 4 drives in a RAIDZ array. I am attempting to figure out how to rsync my crontab directory to the ZFS pool, and possibly also put it onto a usb to make sure my .env files don't get lost if the SSD fails. I don't know if I worded all of what I'm trying to get across correctly, so sorry! I suppose this would make more sense to just do as /home /mnt (name of the zpool).



      rsync -av --delete /home /mnt- does this command look correct?



      Below is what my Docker backup cronjob looks like, as well as the ZFS scrub.



      m h dom mon dow command



      0 2 * * * /home//.docker/main.sh -b max



      zpool scrub every month



      0 2 1 * * /sbin/zpool scrub mnt
      0 13 1 * * /sbin/zpool status



      Thanks in advance!







      server backup cron rsync zfs





      share












      share










      share



      share










      asked 23 mins ago









      Alschmitt44Alschmitt44

      1




      1




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126268%2frsync-with-crontab-help%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















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Ask Ubuntu!


          • 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%2faskubuntu.com%2fquestions%2f1126268%2frsync-with-crontab-help%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

          Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

          Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch

          fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap