Welcome To Snipplr
Everyone's Recent Snippets Tagged backup
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
To run, save as twitterbackup.rb:
ruby twitterbackup.rb yourtwittername
1
899
posted 15 years ago by beandr
Crear un backup de una base de datos en SQL Server 2005/08 desde código en la posición definida por Device.
Cuidado con los permisos:
http://support.microsoft.com/kb/207187/es
1
887
posted 15 years ago by marcocs
Crear un backup de una base de datos en SQL Server 2005/08 desde código en la posición predefinida del disco.
Para agregar un dispositivo y hacer el backup en posición no predefinida:
http://msdn.microsoft.com/es-es/library/ms188409(SQL.90).as...
1
902
posted 15 years ago by marcocs
In a migration scenario, you may need to take a backup and a differential later to split the transfer over time. But to make it work, there shouldn't be any other full backup in between. This will help you check the last full backup date. Of course,...
0
827
posted 15 years ago by pollusb
About the dd command:
dd if=<source> of=<target> bs=<byte>("USUALLY" some power of 2, not less than 512 bytes(ie, 512, 1024, 2048, 4096, 8192, 16384[/b], but can be ANY reasonable number.) skip= seek= conv=<conversion>.
Source is the data being...
0
798
posted 15 years ago by webonomic
This is how you can connect SQL Server to a Share folder for your backups. After running this, you will see the letter T: in the GUI. Each line must be run seperatly.
0
1047
posted 15 years ago by pollusb
Database backup function that you can call whenever you want — including nightly CRONs.
6
1153
posted 15 years ago by fackz
Useful to quickly backup a folder by synchronizing it to another partition/disk.
0
716
posted 15 years ago by Dorgendubal
This source code uses the xml file posted here(http://snipplr.com/view/4138/backup-script2--confg-file/) to know which file should be sent and mailing configuration.
0
714
posted 16 years ago by mjsmagalhaes
The -P handles partial transfers, I'm using this for big audio/video files.
2
932
posted 17 years ago by mandric
Dumps your snippets (and possibly skips your favourites [British spelling]) to standard output. Requires Frontier::RPC2.
0
910
posted 17 years ago by iblis