-
-
backup-configs
a place to backup my unix/vim settings
A place to store my unix home config files
-
snapshot-backup
... over ssh
-----------------------------------------------------------
Monday, October 5th 2009
I needed to backup the contents of a file sharing directory of ... to type the SSH password each time the backup runs, we use SSH public key authentification, which ...
-
Backup
InnoBox backup and restore functionality. Meant to sit atop InnoBox core.
-
aejis-backup
... do
path '/Users/ptico/backup'
end
backup(:hourly_backup) do
source 'mydb', 'files'
target 'local'
end
backup(:daily_backup) do
source 'mydb', 'files'
target 'ptico-s3'
end
end
Run:
backup -c /path ...
-
Posterous-Backup
... script : python posterous_backup.py
* the script will create a folder named "backup" and place your data in this folder.
Each time the script ... .
I created this script for my own use as a basic backup in case I ever want to migrate from posterous or if ...
-
backup.rake
... , tables, and assets in a db agnositc fashion. each backup
makes a Rails.env/iso8601 directory full of yaml files for data and plain
files for assest.
rake backup:dump:all #=> ls ./backup/production/20101012131827280000/
or
rake backup: ...
-
vhost-backup
... each line) in each of the location you wish to backup latest-$DBNAME.tar.gz.
It is not recommend to ... http://github.com/timdream/vhost-apache2) script.
## Example
Run
$ ./backup.sh backup@remote.server /home/web_vhosts ./web_backup/snapshot
will rsync ...
-
Simple-MySQL-Backup
... account for sending (recommended)
then adjust your config:
MySQLBackup::init()
->setBackupFilesPath('/somewhere/backup-files/')
->addDatabaseToBackup('database_name', 'username', 'password') // replace the 3 parameters with your values
...
-
s3-backup
... -/post-backup hooks.
== Install
sudo gem install s3-backup
== Easy Example
b = S3Backup.new('vps-backups') # Init with the name ... files_to_cleanup contains a list of files to cleanup post-backup. You
can add your scratch files to this list ...
-
backup.vim
... is a mirror of http://www.vim.org/scripts/script.php?script_id=2334
backup.vim stores backups out of the way in the ~/.vim_plugins/ ... , that your directories are not cluttered with *~ files, and that each file that you edit has it's own unique backup.
-