This tutorial shows how to set up file synchronization between two Ubuntu 11.10 servers with Unison. Unison is a file-synchronization tool similar to rsync, but the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on server1 will be replicated to server2 and vice versa.
Read more »Setting Up Unison File Synchronization Between Two Servers On Ubuntu 11.10
Category: End User Tags:
- Login to post comments
Grsync (Rsync GUI) 1.1.0 Ubuntu 9.10 And 10.04 .deb Download
Grsync 1.1.0 was released 2 days ago and it adds some small new features as well as some bugs fixed:
Read more »Category: End User Tags:
- Login to post comments
Mirror Your Remote Server Graphically with Grsync in Ubuntu Linux
rsync is an open source utility that provides fast incremental file transfer. rsync uses the "rsync algorithm" which provides a very fast method synchronization of two server
.
Category: Beginner Tags:
- Login to post comments
How to Synchronize a local directory with a remote directory using rsync in ubuntu
Most of the system administrators need to sync some of their local folder to remote folder. You can do this with a simple command line utility rsync. This will synchronizes files and directories from one location to another , securely by using delta encoding. It will synchronize files across the network
by transferring only data that has changed.
Category: High End Tags:
- Login to post comments
Krsync - A Kommander based GUI frontend for rsync
Krsync is a simple GUI frontend for the famous rsync to synchronize files and directories between systems or even two different directories on the same server. Krsync is a Kommander based GUI for rsync.
Read more »Category: High End Tags:
- Login to post comments
Moving LVM volumes to a different volume group
I recently ordered a brand new PowerEdge T105 server which came with an 80 GB hard disk. I partitioned it with LVM, installed Debian Lenny and moved over the bulk of my things from the old server to the new server. Only one thing remained: my media collection, which is stored on a 500 GB RAID1 array on the old server. That RAID1 array is also partitioned using LVM in a single 500 GB volume group.
Read more »Category: High End Tags:
Use rsync for a simple incremental backup of a folder
rsync is a very useful and powerful program for doing incremental transfers of files, whether that is locally or remotely. It can, however, take a little while to familiarise yourself with how rsync works before you can get started with it however.
Read more »Category: End User Tags:
- Login to post comments
Backing Up Your Linux
Backing up your computer is important. Don't be the sucker who loses important files and has to deal with it afterwards! In this how-to, you will learn about using rsync and lftp, writing your own scripts and adding them to crontab and of course, backing up to your external storage, NAS and also a remote server running Linux.
Read more »Category: End User Tags:
- Login to post comments
Handy backup scripts and commands
Almost every Linux distribution worth its salt comes with rsync and lftp – powerful backup and transfer tools that can help you to keep your important data safe. But what if you don't have time to fiddle with multiple settings? No problem. Here are a couple of rsync and lftp command samples you can use to create your own backup scripts in a matter of minutes.
Read more »- Login to post comments