From the course: Linux Tips
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Backups with rsync - Linux Tutorial
From the course: Linux Tips
Backups with rsync
- [Instructor] Rsync is a useful tool to copy information between disks or across the network, and it's also a great choice for automating backups. While we can use the standard CP command to make copies of information we want to save, Rsync provides some helpful features we'd otherwise need to handle ourselves, if we'd just use the regular copy command to make backups. One of these useful features is the Delta Copy feature, where Rsync only copies files that have been changed, rather than copying every single bit of every source file every time. This significantly speeds up copy operations, after the initial backup. Other useful features allow us to specify how files are handled on the backup. There are two kinds of backups we should think about when we design a backup strategy. One type is a mirror that is a backup where the only contents of the backup are exactly the same as the source that we're copying from, at the…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Planning a home server6m 11s
-
(Locked)
Backups with rsync6m 18s
-
Linux on an old PC6m 7s
-
(Locked)
Creating a disk image with dd3m 54s
-
(Locked)
Mounting and writing disk images with dd7m 1s
-
(Locked)
Migrating to a new distro4m 33s
-
(Locked)
Planning a portable bootable disk3m 12s
-
(Locked)
Creating a portable bootable disk5m 30s
-
(Locked)
Host your own Apache web server5m 32s
-
(Locked)
Set up Let’s Encrypt on a web server5m 3s
-
Host a personal cloud with Nextcloud4m 50s
-
(Locked)
Hosting email services3m 7s
-
(Locked)
Set up a print server with CUPS6m 5s
-
(Locked)
Create a network PDF printer4m 37s
-
(Locked)
Remote logging with Rsyslog7m 12s
-
(Locked)
Set up a Git server4m 15s
-
(Locked)
NGINX web server4m 11s
-
(Locked)
Share files with a Samba server3m 35s
-
(Locked)
Set up an NFS server3m 58s
-
(Locked)
Monitoring your server2m 49s
-
(Locked)
Exploring Internet Relay Chat (IRC)6m 6s
-
(Locked)
Keep on learning!35s
-
(Locked)