Login Required. Sign up now -- its free!

Projects tagged ‘bash’ and ‘rsync’


[8 total ]

2 Users
   

Eloy is a comand line backup system. You simply define the directories to backup and Eloy does partial backups of all changes. You can easily list all changes and restore older versions of files and directories.
Created about 1 year ago.

0 Users

Trustbuilder is a simple bash script that runs on one host, and automates the very common and tedious process of exchanging encryption keys with another host. This is often done for linux and unix ... [More] servers to allow scripts to login to a remote servers using ssh authentication, without requiring a user to enter a password. I.E., this sets up unattended server-to-server authentication for you. There is no error handling in this script, and this type of key exchange may be considered an insecure practice by some institutions. Use at your own risk. The manual process is documented here (as well as countless other places). http://www.wonderland.com/~dracon/buildstuff/unattended_ssh.html Here are the usage instructions: When running the script, you MUST provide two arguments: Remote Post (ip or hostname) Remote Port (tcp port) Here is an example of the command to execute this script: ./trustbuilder.sh remoteserver.mydomain.com 22 The script will ask you for the remote server's password twice When complete, the identify files will be in the following format: "tbldr-hostname-key" Here is an example of a scripted SSH command after the script is finished: ssh -i /root/.ssh/tbldr-hostname-key remoteserver.mydomain.com "uptime | awk '{print "Uptime="$1}';df -h | awk '/hda1/ {print "DiskUsage="$5}'" [Less]
Created about 1 month ago.

0 Users

A set of tools that would help you maintain your mirror.
Created 6 months ago.

0 Users

ACBackup is a shell script that utilizes rsync to backup local folders to remote disks. It is fairly configurable as far as specifying local disk, remote disk, usernames/passwords, etc.
Created 18 days ago.

0 Users

Shell script to update Debian system via APT. Script also provides functionality to backup systems and send the backups to remote systems.
Created 11 months ago.

0 Users

Dan's rsync to Disk with incremental snapshots BACKup utility is a simple bash script driven by easy to edit and easier to understand config files. It's meant to be used with a laptop and an external ... [More] USB harddrive as the backup media, though an NFS mounted volume could be used, too. [Less]
Created 12 months ago.

0 Users

Backup system that try to mimic and close to the Apple OSX Time Machine database. Actually use Bash and rsync to build a clone of the source path to backup in the term of: Backups.backupdb/ hierarchy ... [More] as provided into Time Machine. In the future should be relative easy port or migrate from GNU/ ioBackToTheFuture backups to and from OSX Time Machine backups. Works for generic desktop users with simplicity. Type: ./ioBackToTheFuture0.1 /PATH/TO/BACKUP /BACKUP/DISK And you're done! [Less]
Created 12 months ago.

0 Users

Convenient script for rotating backup with rsync. Based on http://www.mikerubel.org/computers/rsync_snapshots/ like all the other.
Created 3 months ago.