User Tools

Site Tools


backup_with_rsync

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
backup_with_rsync [2026/02/06 16:06] – Just adding more notes. stevebackup_with_rsync [2026/02/11 15:51] (current) steve
Line 4: Line 4:
 This is what I see in my /Backup folder with;\\ This is what I see in my /Backup folder with;\\
 ''**ls -Al /Backup**''. ''**ls -Al /Backup**''.
-<code bash>+<code text>
 total 64 total 64
 drwxr-xr-x 12 root root  4096 2026-02-04+15:20:02 00-EFI drwxr-xr-x 12 root root  4096 2026-02-04+15:20:02 00-EFI
Line 187: Line 187:
 And, what's in the partition backup folder;\\ And, what's in the partition backup folder;\\
 ''**ls -Al /Backup/01-Root/**'' ''**ls -Al /Backup/01-Root/**''
-<code bash>+<code text>
 total 52 total 52
 drwxr-xr-x 44 root root 4096 2026-01-26+15:21:57 2026-01-26-20-20 drwxr-xr-x 44 root root 4096 2026-01-26+15:21:57 2026-01-26-20-20
Line 239: Line 239:
 In one of the date points in the backup folder, there are a few added files, ''**/Backup/01-Root/2026-02-04-20-20/Filelist**'' and a copy of the Summary file; In one of the date points in the backup folder, there are a few added files, ''**/Backup/01-Root/2026-02-04-20-20/Filelist**'' and a copy of the Summary file;
 ''**sudo ls -Al /Backup/01-Root/2026-02-04-20-20/**'' ''**sudo ls -Al /Backup/01-Root/2026-02-04-20-20/**''
-<code bash>+<code text>
 total 8389772 total 8389772
 drwxr-xr-x   2 root root       4096 Nov 26  2024 Backup drwxr-xr-x   2 root root       4096 Nov 26  2024 Backup
Line 269: Line 269:
 drwxr-xr-x  14 root root       4096 Jun 27  2024 var drwxr-xr-x  14 root root       4096 Jun 27  2024 var
 </code> </code>
-Notice above that the actual files (the soft links) in this folder have inode counts of 10. That means that they haven't changed in all of the backups, it's only a single file in the /Backup sub-folder, with hard links in pointing at the original file.\\+Notice above that the actual files (the hard links) in this folder have inode counts of 10. That means that they haven't changed in all of the backups, it's only a single file in the /Backup sub-folder, with hard links in pointing at the original file.\\
 \\ \\
 Below, you can see that files that change every day change their link count;\\ Below, you can see that files that change every day change their link count;\\
 ''**sudo ls -l /Backup/01-Root/*/var/log/unattended-upgrades/unattended-upgrades.log**'' ''**sudo ls -l /Backup/01-Root/*/var/log/unattended-upgrades/unattended-upgrades.log**''
-<code bash>+<code text>
 -rw-r--r-- 1 root root 22146 Jan 26 06:47 /Backup/01-Root/2026-01-26-20-20/var/log/unattended-upgrades/unattended-upgrades.log -rw-r--r-- 1 root root 22146 Jan 26 06:47 /Backup/01-Root/2026-01-26-20-20/var/log/unattended-upgrades/unattended-upgrades.log
 -rw-r--r-- 1 root root 23063 Jan 27 12:44 /Backup/01-Root/2026-01-27-20-20/var/log/unattended-upgrades/unattended-upgrades.log -rw-r--r-- 1 root root 23063 Jan 27 12:44 /Backup/01-Root/2026-01-27-20-20/var/log/unattended-upgrades/unattended-upgrades.log
backup_with_rsync.1770393999.txt.gz · Last modified: by steve