Editing
Backup
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
go back to [[Main Page]], [[Computational Resources]], [[Information & Help]] '''Please, talk with your supervisor and Martín about performing backups, ..''' ===How to make backup from a remote machine=== Here a short outline on how to make automatic backup from a remote machine is given. Most of this can be found elsewhere on the Internet, but main ideas are given here for convenience. # set up ssh to connect via public key authentication # download and install keychain # download and install rsync (if it's not already there) # write a script like this: <pre> #! /bin/bash source ~/.keychain/$HOSTNAME-sh rsync -avz --exclude-from=exclude-list $USER@kimik: /some/backup/folder </pre> 5. put the script in a cron job ====Some comments==== the exclude-list is a file that defines an exclusion pattern. For instance, if you do not want to backup core files and .chk files, you can define that pattern as this: <pre> core* *.chk </pre> If you for instance want to backup your files everyday at 6 am., you edit the crontab like this: <pre> 00 06 * * * absolute path of your script </pre> ====LuckyBackup - Graphical interface for Rcsinc==== For the description, let's make citation of the website: http://luckybackup.sourceforge.net/features.html "''luckyBackup is an application for data back-up and synchronization powered by the rsync tool.''" "''The main goal of luckyBackup, as its name states, is the creation of backups of your data.''" "''It is simple to use, fast (transfers over only changes made and not all data), safe (keeps your data safe by checking all declared directories before proceeding in any data manipulation ), reliable and fully customizable.''" LuckyBackup is distributed under the terms of the [http://www.gnu.org/copyleft/gpl.html GNU General Public License].
Summary:
Please note that all contributions to Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information