public marks

PUBLIC MARKS from camel with tags remote & rsync

2008

Linux.com :: Parallel SSH execution and a single shell to control them all

(via)
Many people use SSH to log in to remote machines, copy files around, and perform general system administration. If you want to increase your productivity with SSH, you can try a tool that lets you run commands on more than one remote machine at the same time. Parallel ssh, Cluster SSH, and ClusterIt let you specify commands in a single terminal window and send them to a collection of remote machines where they can be executed. Why you would need a utility like this when, using openSSH, you can create a file containing your commands and use a bash for loop to run it on a list of remote hosts, one at a time? One advantage of a parallel SSH utility is that commands can be run on several hosts at the same time. For a short-running task this might not matter much, but if a task needs an hour to complete and you need to run it on 20 hosts, parallel execution beats serial by a mile. Also, if you want to interactively edit the same file on multiple machines, it might be quicker to use a parallel SSH utility and edit the file on all nodes with vi rather than concoct a script to do the same edit. Many of these parallel SSH tools include support for copying to many hosts at once (a parallel version of scp) or using rsync on a collection of hosts at once. Because the parallel SSH implementations know about all the hosts in a group, some of them also offer the ability to execute a command "on one host" and will work out which host to pick using load balancing. Finally, some parallel SSH projects let you use barriers so that you can execute a collection of commands and explicitly have each node in the group wait until all the nodes have completed a stage before moving on to the next stage of processing.

rsnapshot

by 7 others
rsnapshot is a filesystem snapshot utility for making backups of local and remote systems. Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals. Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved. There are no tapes to change, so once it's set up, your backups can happen automatically untouched by human hands. And because rsnapshot only keeps a fixed (but configurable) number of snapshots, the amount of disk space used will not continuously grow.

2005

Linox.BE » Blog Archive » Backup remote server with rsync

Backup a data server from a backup server using rsync. Automate the backup to have a daily backup and purge the number of backups. Oh yes, this is “How I did it” on a Debian data server

camel's TAGS related to tag remote

admin +   administration +   ajax +   application +   applications +   backup +   blog +   browser +   cluster +   code +   collaboration +   color +   config +   configuration +   control +   curl +   debian +   desktop +   dev +   distance +   documentation +   edit +   editor +   entraide +   file +   firewall +   free +   freenx +   helpdesk +   howto +   image +   install +   interface +   internet +   java +   linux +   list +   log +   lvm +   mail +   management +   monitoring +   mysql +   network +   opensource +   php +   programming +   qmail +   rss +   rsync +   screen +   script +   secure +   security +   server +   setup +   shell +   site +   software +   spam +   SparkAngels +   ssh +   sso +   standard +   tips +   tools +   tutorial +   ubuntu +   vmware +   web +   web2.0 +   wiki +   windows +   xen +