Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
omv7:omv7_plugins:borgbackup [2024/05/05 19:20] – [What is the basic operation of BorgBackup?] chente | omv7:omv7_plugins:borgbackup [2025/01/11 13:40] (current) – [Create] chente | ||
---|---|---|---|
Line 202: | Line 202: | ||
Do not confuse data integrity of an ARCHIVE in a REPOSITORY with data integrity of the backup source (your file system on the server where the data from which the backup is made is stored).< | Do not confuse data integrity of an ARCHIVE in a REPOSITORY with data integrity of the backup source (your file system on the server where the data from which the backup is made is stored).< | ||
< | < | ||
- | If you need to guarantee | + | If you need to ensure |
</ | </ | ||
Line 356: | Line 356: | ||
'' | '' | ||
+ | Example: setting the starting hour to 4 would mean the following: | ||
+ | * yearly jobs start on January 1 at 4 | ||
+ | * monthly jobs start on the first day of the month at 4:30 (4 + 30 mins) | ||
+ | * weekly jobs start on Mondays at 5 (4 + 1 hour) | ||
+ | * daily jobs start at 5:30 (4 + 1 hour + 30 mins) | ||
+ | * hourly start at 5 mins after the hour every hour | ||
---- | ---- | ||
Line 471: | Line 477: | ||
{{ : | {{ : | ||
- | The second step is to create a // | + | The second step is to create a // |
- | * In the SERVICES > BORGBACKUP > REPOS tab, press the CREATE button and establish the following configuration: | + | |
- | * ENABLE: We activate this button so that the programming is active. | + | We start with the //ARCHIVE// in the mary folder. In the SERVICES > BORGBACKUP > REPOS tab, press the CREATE button and establish the following configuration: |
- | * NAME/ | + | * ENABLE: We activate this button so that the programming is active. |
- | * REPO: We select the // | + | * NAME/ |
- | * COMPRESSION TYPE: '' | + | * REPO: We select the // |
+ | * COMPRESSION TYPE: '' | ||
* COMPRESSION RATIO: '' | * COMPRESSION RATIO: '' | ||
* ONE FILESYSTEM ONLY: We activate this button since we only want to backup a folder in a single file system. | * ONE FILESYSTEM ONLY: We activate this button since we only want to backup a folder in a single file system. | ||
* NO ATIME: We activate this button to avoid backing up versions with different access times. | * NO ATIME: We activate this button to avoid backing up versions with different access times. | ||
* INCLUDES: ''/ | * INCLUDES: ''/ | ||
- | * EXCLUDES: (We leave it blank, we don't want to exclude anything from the peter folder) | + | * EXCLUDES: (We leave it blank, we don't want to exclude anything from the mary folder) |
* RETAIN HOURLY: '' | * RETAIN HOURLY: '' | ||
* RETAIN DAILY: '' | * RETAIN DAILY: '' | ||
Line 512: | Line 519: | ||
To see the versions of the backups generated so far, select the // | To see the versions of the backups generated so far, select the // | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
---- | ---- | ||