omv7:utilities_maint_backup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
omv7:utilities_maint_backup [2024/01/23 18:11] – created crashtestomv7:utilities_maint_backup [2024/08/05 21:04] (current) – [The Benefits of Maintaining Operating System Backup] crashtest
Line 1: Line 1:
-{{indexmenu_n>7}}+{{indexmenu_n>6}}
  
 <html><center><span style="color:#000066;font-size:300%;">Utilities, Maintenance and Backup</span></center></html> <html><center><span style="color:#000066;font-size:300%;">Utilities, Maintenance and Backup</span></center></html>
Line 238: Line 238:
 While individual shared folders can be replicated using Services, Rsync, a more efficient approach is using an Rsync Command line, in a scheduled job, under System, Scheduled Jobs to mirror a drive. This method allows for replicating the file and folder contents of an entire data drive, to an external drive or a second internal drive of adequate size. While individual shared folders can be replicated using Services, Rsync, a more efficient approach is using an Rsync Command line, in a scheduled job, under System, Scheduled Jobs to mirror a drive. This method allows for replicating the file and folder contents of an entire data drive, to an external drive or a second internal drive of adequate size.
  
-  * To implement something similar to the following example; it’s necessary to add and mount a destination drive, in accordance with the section labeled A Basic Data Drive.+  * To implement something similar to the following example; it’s necessary to add and mount a destination drive, in accordance with the New User Guide section labeled [[A Basic Data Drive|A Basic Data Drive]].
   * When formatted, the hard drives used in this example were labeled to indicate their function. This is a good practice that will help new users to easily identify drives and avoid admin mistakes.   * When formatted, the hard drives used in this example were labeled to indicate their function. This is a good practice that will help new users to easily identify drives and avoid admin mistakes.
   * Dissimilar sized drives can be used, provided that the destination drive is large enough to hold the source drive’s data.   * Dissimilar sized drives can be used, provided that the destination drive is large enough to hold the source drive’s data.
Line 262: Line 262:
 ---- ----
 \\ \\
-<html><center>To find the appropriate Rsync command line entries for the user’s serverunder <b>Storage</b>, <b>File Systems</b>, on the far right, click on the <b>table</b> icon. In the pop down menu, check the <b>Mount Point</b> box.</center></html>+<html><center>To find the appropriate UUID entries for the user’s drives for the Rsync command line; at the user's server under <b>Storage</b>, <b>File Systems</b>, on the far right, click on the <b>table</b> icon.</center></html>
 \\ \\
 {{ ::omv6-maint-08.jpg?800 |}} {{ ::omv6-maint-08.jpg?800 |}}
Line 268: Line 268:
 ---- ----
 \\ \\
-<html><center>In the popup menu, check the <b>Mount Point</b> Box</center></html>+<html><center>In the popup menu, check the <b>Mount Point</b> box.</center></html>
 \\ \\
 {{ ::omv6-maint-09.jpg?200 |}} {{ ::omv6-maint-09.jpg?200 |}}
Line 280: Line 280:
 ---- ----
 \\ \\
-To organize the construction of the Rsync command line, users should consider using a text editor like Windows Note Pad.  Copy the source drive on the left and the destination on the right.  Add in the command and switches.  Take care to end each drive with a "**/**".\\+To organize the construction of the Rsync command line, users should consider using a text editor like Windows Note Pad.  Copy the source drive on the left and the destination on the right.  Add in the command and switches.  Take care to end each drive UUID entry with a "**/**".\\
  
 The following is an example of a completed command line that will copy the entire contents of the source drive (**/dev/sdb1**) to the destination drive (**/dev/sdc1**). The following is an example of a completed command line that will copy the entire contents of the source drive (**/dev/sdb1**) to the destination drive (**/dev/sdc1**).
Line 526: Line 526:
 **The practical issues of maintaining boot drive clones – when to update and rotate?**\\ **The practical issues of maintaining boot drive clones – when to update and rotate?**\\
 \\ \\
-1. Linux Operating System package and security updates are unlikely to have a direct impact on the operation of the server.  While updating the boot drive is not strictly required after a package or security update, it would make sense to wait a week or two (more?) to insure that all is working.  Remember, the cloned drive is "the fall back" Insure that there are no ill effects with an OS update, before updating the clone. \\+1. Linux Operating System package and security updates are unlikely to have a direct impact on the operation of the server.  Updating the boot drive is not strictly required after a package or security update. After updating, it would make sense to wait a week or two (more?) to insure that all is working well and that there are no issues between existing packages and updates.  Remember, the cloned drive is "the fall back" Insure that there are no ill effects with an OS update, before updating the clone. \\
 \\ \\
 2. Add-on packages that are direct installed on the boot drive, Dockers (Plex, Urbackup, Pi-Hole, etc.), are another matter.  If add-ons are updated, where the update may change the way server add-on's interact with the data they generate, updating the cloned boot drive may be a good idea.\\ 2. Add-on packages that are direct installed on the boot drive, Dockers (Plex, Urbackup, Pi-Hole, etc.), are another matter.  If add-ons are updated, where the update may change the way server add-on's interact with the data they generate, updating the cloned boot drive may be a good idea.\\
 \\ \\
-3. If a network share is added, deleted, or any aspect of the NAS is reconfigured that changes the operation of the NAS, the backup would need to be updated. Otherwise,  if needed for recovery, the configuration of the cloned boot drive would not mesh with the configuration and contents of data storage drives.\\+3. If a network share is added, deleted, or any aspect of the NAS is reconfigured that changes the operation of the NAS, the backup would need to be updated. Otherwise, when used for recovery, the older configuration of the cloned boot drive would not mesh with the new configuration and contents of data storage drives.\\
 \\ \\
 4. If a cloning mistake is made (let’s respect Murphy’s Law), a 3rd clone could become a “fallback of last resort”. Given that Linux package upgrades and openmediavault sub-version upgrades have little to no effect on network shares or the high level configuration of the NAS, a 3rd clone can be maintained that is updated //only// when the NAS configuration is changed.\\ 4. If a cloning mistake is made (let’s respect Murphy’s Law), a 3rd clone could become a “fallback of last resort”. Given that Linux package upgrades and openmediavault sub-version upgrades have little to no effect on network shares or the high level configuration of the NAS, a 3rd clone can be maintained that is updated //only// when the NAS configuration is changed.\\
  • omv7/utilities_maint_backup.1706033495.txt.gz
  • Last modified: 2024/01/23 18:11
  • by crashtest