Tagged Questions
The remote-backup tag has no wiki summary.
5
votes
3answers
6k views
Creating an Amazon EC2 Backup solution to Amazon S3
I currently use Amazon S3 as a backup location for my local machines - Primarily using JungleDisk to backup nightly all my local files to my S3 account.
I have been looking at creating a more ...
2
votes
1answer
45 views
SQL Server 2005 full database backup to disk
I'm trying to do a full backup of my database by entering the following:
BACKUP DATABASE 10997_diamondtransportinccom
TO DISK = 'D:\10997diamond.BAK';
But it gives me the following error:
Msg ...
2
votes
1answer
71 views
Is there a standard for remote backup file change detection?
I'm going to have a need for an efficient remote change detection algorithm for backup of an ordinary filesystem.
The files are backed up to a remote machine and bandwidth is at a premium, so it's ...
2
votes
3answers
82 views
Quick backup system for large projects
I've always backed up all my source codes into .zip files and put it in my usb drive and uploaded to my server somewhere else in the world.. however I only do this once every two weeks, because my ...
1
vote
3answers
141 views
Incremental backups: how to track file deletions
I have an offsite backup solution which runs on C++ to break the files into blocks, and keeps track of the blocks using md5 hashes on a SQLITE3 database. And it transfers the blocks along with the ...
1
vote
2answers
652 views
Ubuntu remote backup software like Windows Home Server [closed]
I'm running Ubuntu 10.04 Desktop on a headless machine to act as a server and a laptop dual-booting W7 and Ubuntu 10.04. I have a network setup so I can vnc, ssh from the laptop to the server.
My ...
1
vote
2answers
559 views
ssl encrypt large file using php for backup
I'm g-zipping and backing-up my database dump (using mysqldump ) to amazon S3 .
all works fine, but i also need to encrypt this big-compressed file for securing the very- sensitive data within the ...
1
vote
3answers
573 views
Need an encrypted online source code backup service
Please note this is not a question about online/hosted SVN services.
I am working on a home based, solo developer, project that now has commercial significance and it is time to think about remote ...
1
vote
1answer
571 views
Offsite backup from a timemachine capsule
How can I create a (secondary) backup to a offsite location of a timemachine backup residing on a apple timecapsule?
Possible destinations are Amazon S3, Mosso Cloud Files, Generic SSH/SCP servers, ...
0
votes
1answer
132 views
Postfix server mirroring (backup server)
I'm needing to set up a remote mirror for a postfix server (where the content of both mail servers should be the same at any time).
The idea is that if the main server comes down at some point the ...
0
votes
0answers
185 views
Remote Blob Store implementation. How to get current SQL Server DB name?
We are trying to develop Remote Blob Store (next RBS) provider for SharePoint 2010 (SQL Server 2008). In EBS (External Blob Store which is deprecated now) there is possibility to take site collection ...
0
votes
2answers
1k views
Specify password to sftp in bash script
Currently I am trying to write a script to back up a file over SFTP. The problem is, it requires a password, and I see no way to manually specify a password to SFTP. I've heard about requiring no ...
0
votes
0answers
266 views
VBScript: Login to a Windows 2008 server remotely from a PC
I want a script to login to a Windows 2008 server remotely from a PC, then execute a backup task on the PC against a shared folder in the server. Any clues? Thanks
0
votes
2answers
345 views
Copying data from STDOUT to a remote machine using SFTP
In order to backup large database partitions to a remote machine using SFTP, I'd like to use the databases dump command and send it directly over using SFTP to a remote location.
This is useful when ...
0
votes
2answers
139 views
Multiple Website Backup
Does anyone know of a script or program that can be used for backing up multiple websites?
Ideally, I would like the have it setup on a server where the backups will be stored.
I would like to be ...
0
votes
1answer
190 views
Secure Sync between remote computers
I've been trying to find a tool that will Sync between two remote computers securely and also run as a service so I don't have to stay logged in.
Windows Live sync seems to do the job although I've ...
0
votes
2answers
123 views
Newby question: how could I write a program/script to automatically copy directories to a remote computer?
Firstly, I have the utmost respect for programmers & IT professionals. I'm a newby/wanna-be. I'm looking for help on developing a small program/script that helps me with the task I have detailed ...
0
votes
1answer
265 views
AIX 4.3 - Backup entire system over the network?
I want to backup a AIX 4.3.2.0 machine to a network location. In the past, I've used dd/netcat to backup a system like linux. The server does not appear to NFS or netcat on it. I see that I should ...