HostOnNet Blog

Tag Archives: rsync

Backup linux server with rsync

To backup linux server to remote server using rsync, create file Add In the above code, replace BACKUP-SERVER-IP-HERE with your backup server IP. [email protected] with your email address, so you get email when backup task is run. make it executable


Copying files with rsync

Backup linux server with rsync MySQL Data Directory Backup with Rsync rsync is used to sync/copy files. If files are already present on destination, it will not copy files again, only changed or new files get copied when you run


Move Large Cpanel sites with pkgacct

When moving large site with pkgacct, you can use –skiphomedir option, this will not include user home directory in backup file pkgacct create. You need to move the user home directory with rsync This can be done with command Back


MySQL Data Directory Backup with Rsync

Lets create 2 folders. Create following file With following content. Lets generate shell scripts for weekly and monthly mysql backup from daily backup file we created above. Make them executable Set cronjob, so backup commands run daily, weekly and monthly.


Copying files with rsync

rsync is very good command to copy files between two linux servers. To move a folder from server1 to server2, login to server1 with ssh Rrun Here ssh -p 22 is the default SSH port, if you use non standard


Unison – rsync like tool for windows and linux

I have been looking for a software like rsync on windows to move files betten servers easily. Found Unison, it work with windows and linux Unison is a file synchronization tool for Unix and Windows. It allows two replicas of


Unison rsync like tool work on windows and linux

Unison is a file-synchronization tool for Unix and Windows. It allows two copies of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to