How to Use rsync to Synchronize Files Between Servers: Linux Server Training 101

  Рет қаралды 72,954

soundtraining.net

soundtraining.net

Күн бұрын

Пікірлер: 46
@curtisshaw7688
@curtisshaw7688 8 жыл бұрын
Best rsync tutorial on the web. Thanks.
@KeithPawson
@KeithPawson 10 жыл бұрын
Great demonstration and very easy to follow Don! Just a note to anyone who might come across this and start using it in production based systems is that you certainly would not want to be rsyncing with root accounts. In addition you would use key based auth with SSH as an additional layer of security. Just my 2cents ;-)
@soundtraining
@soundtraining 10 жыл бұрын
Good point, Keith. I need to remember to either say something about that while I'm doing demos or just do as I say in the video and get in the habit of doing demos as a non-root user. You're also right about using key-based authentication, not only for an additional layer of security, but also for simplicity. Thanks for your 2cents! (You're undervaluing your comment. :-) )
@rfrancoi
@rfrancoi 8 жыл бұрын
+Keith Pawson Great thoughts. QQ: Instead of "-u -v -e", can you just do "-uve" ?
@aaronb7509
@aaronb7509 7 жыл бұрын
yes
@mohanpuri9917
@mohanpuri9917 4 жыл бұрын
Very simple, and easily understandable explanation in a short video. Best video on RSYNC.
@helipilot727
@helipilot727 8 жыл бұрын
Very easy to follow, I've realized I've missed out by not using rsync for way too long. Thanks.
@chriswetzel4176
@chriswetzel4176 8 жыл бұрын
Nice presentation of rsync especially for a beginner like myself. Thanks for taking the time to put this together.
@rfrancoi
@rfrancoi 8 жыл бұрын
Excellent vdeo Sir. This is one of the best tutorials I've ever seen on KZbin.
@shady4tv
@shady4tv 9 жыл бұрын
Thank you for this video, It's nice to see applications used for a real world scenario instead of just reading mile long man pages.
@eugeniesoulange9879
@eugeniesoulange9879 9 жыл бұрын
Thank you, very nice explanation of simple rsync
@NexVice
@NexVice 7 жыл бұрын
One more thing I learned to get more into Linux, thank you!
@teddymills1
@teddymills1 7 жыл бұрын
If you rename a directory and then run rsync again does it make a backup of that directory ? I suppose you could use the --delete feature, but if it is a large directory (say 500GB) that is a lot of data to rsync again when the only thing that changed was the directory name. If you never rename existing files+folders then rsync works really well.
@d13king
@d13king 7 жыл бұрын
Thanks, Don. Very helpful and informative. You explain them very well.
@JuanSanchez-ik7wx
@JuanSanchez-ik7wx 8 жыл бұрын
Excellent presentation. I recommend using speed 1.25 though. Its a long video and 1.25 will make it much shorter without sacrificing digestibility.
@ognjenstanisavljevic688
@ognjenstanisavljevic688 6 жыл бұрын
This is rly THE BEST tut for rsync. Ty man!
@snetgh
@snetgh 7 жыл бұрын
Great video. Please how will automatically or scheduling using rsync?
@emranemran29
@emranemran29 6 жыл бұрын
Ur the best No one teaches like you Again ur the best
@karinek6808
@karinek6808 10 жыл бұрын
Great video. how can i put this command on a cron job ? i mean, what if I want to make a automated task without having to type a password ?
@vaprin2019
@vaprin2019 4 жыл бұрын
I'm six years late but here is a guide to using crontab for archlinux users (this will likely work for centOS users as well you just have to install the package with yum instead of pacman). wiki.archlinux.org/index.php/Cron
@dbxyzoo
@dbxyzoo 10 жыл бұрын
Hi, Great video Don. Just a quick question though as I'm trying to rsync between BSD/freenas and raspbian/raspberry pi and I'm having a little trouble setting up keys with ssh which I don't really need to be honest. Is there a way to apply the password in the command line as I want to set this up through cron if possible? Thanks again!
@dorcabdu
@dorcabdu 7 жыл бұрын
Great demonstration, thank you!!!!
@ManiKanta-pe5ol
@ManiKanta-pe5ol 5 жыл бұрын
Hi Sir, Nice Explanation.Thank you
@Charlie-fx5vs
@Charlie-fx5vs 2 жыл бұрын
When you make the transfers, do the file permissions remain intact?
@Gobolz
@Gobolz 7 жыл бұрын
Very helpful ! Thank you
@soundtraining
@soundtraining 7 жыл бұрын
You're welcome. I'm glad you liked it.
@jig1056
@jig1056 7 жыл бұрын
Is there a way to run rsync in multiple threads to speed up the the analysis and transfer process?
@karanvenkatesh8004
@karanvenkatesh8004 3 жыл бұрын
Could you please let me know how one could copy files from one server to another server remotely using my local machine? I keep getting this error: rsync error: syntax or usage error (code 1) at main.c(1274) [Receiver=3.1.2]
@itcredentia5312
@itcredentia5312 3 жыл бұрын
I have two ubuntu data db servers, and I wants to get sync both servers data folders every 5 mintues, but how it will automatically works if one goes down and how working will send updates to the server gone through maintenance.?
@clarkkentgwapo1
@clarkkentgwapo1 6 жыл бұрын
are they both side server syncing vice versa server1 compare data in server 2, and server 2 also compare server1 for any data update?
@arjunghimire6709
@arjunghimire6709 6 жыл бұрын
Great video...
@mikejones4012
@mikejones4012 9 жыл бұрын
Thank you very helpful.
@venugopala197
@venugopala197 9 жыл бұрын
Good Demo Thnx
@rajam5399
@rajam5399 3 жыл бұрын
how to use this feature without typing SSH password each time, also when I want to run this as a Cron job.
@angryapple1882
@angryapple1882 5 жыл бұрын
Will I be able to follow you with Ubuntu Server?
@manikandans8808
@manikandans8808 4 жыл бұрын
How can I sync a file in 10 servers ? Is it possible?
@willc8532
@willc8532 9 жыл бұрын
is there a way to automate rsync? lets say user profiles are stored in a linux server? or would I actually have to create a script to automate it? so as a user updates his or her's profile, it automatically backs it up
@JustynTemme
@JustynTemme 9 жыл бұрын
will c So i know you asked this over 4 months ago bu i will answer you anyway. You can use a script + cron (or systemd depending on your distribution) to make daily backups. hell you could just add rsync to the programs ran at user login. Rsync will make incramental backups. just add the --delete to make the backup delete files deleted on the server. a quick google for "rsync backups" will show you more than enough. hope i helped :)
@willc8532
@willc8532 9 жыл бұрын
yeah =) i googled it a while ago! Thank you though! Your answer is correct though; it is how I did it! lol
@sssbrother
@sssbrother 9 жыл бұрын
Good Video
@samkurnos7503
@samkurnos7503 8 жыл бұрын
good video
@syok90
@syok90 6 жыл бұрын
good tutorial. But how to rsync files inside folder
@MohamedEssam64
@MohamedEssam64 9 жыл бұрын
What if I deleted file from source server will it be deleted from destination
@aaronb7509
@aaronb7509 7 жыл бұрын
if you use the --delete option it will
@gorkijatt8764
@gorkijatt8764 7 жыл бұрын
thnx :)
@linvlog7227
@linvlog7227 7 жыл бұрын
Nice explaining video but I am still not success. I don't know why! It's still does not work on my Server! It was my failed i think.
How to Share Files Using NFS: Linux Server Training 101
9:01
soundtraining.net
Рет қаралды 99 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
This mother's baby is too unreliable.
00:13
FUNNY XIAOTING 666
Рет қаралды 41 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 1,8 МЛН
Linux Tip | Using SFTP and Automating Rsync
20:45
Joe Collins (EzeeLinux)
Рет қаралды 24 М.
Linux Backup with TAR and Cron Jobs
35:33
Eli the Computer Guy
Рет қаралды 250 М.
Linux - Backup your data the quick and efficient way with RSYNC
12:15
Backing up a Linux Server with rsync
12:21
Learn Linux TV
Рет қаралды 66 М.
Rsync Backup on Linux
9:19
Chris Titus Tech
Рет қаралды 98 М.
The Tragedy of systemd
47:18
linux.conf.au
Рет қаралды 1,1 МЛН
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47