-
as seen on Super User
- Search for 'Super User'
The short version: how can I keep an rsync backup on a truecrypt volume? The hard part is to mount/unmount this volume on the fly when it is needed for rsync.
Details
This is my current backup configuration (which works fairly well for the most part):
backup source is on Win7 64 bit, destination…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have two questions with respect to rsync:
1: I have a bunch of files which are incremented by day of the year. Ex: file.txt.81, file.txt.82, etc. Now, these files are in different directories:
data1/file.txt.81
data1/file.txt.82
data2/file2.txt.81
data2/file2.txt.82
How can I have rsync…
>>> More
-
as seen on Super User
- Search for 'Super User'
I get an error with cygwin rsync trying to transfer files between local - remote host. Any ideas?
C:\>rsync user@host:~/file newfile
Password:
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=
3…
>>> More
-
as seen on Super User
- Search for 'Super User'
macbookpro:~ eistrati$ port -v
MacPorts 2.1.2
macbookpro:~ eistrati$ xcodebuild -version
Xcode 4.5.2
Build version 4G2008a
macbookpro:~ eistrati$ sudo port -d selfupdate
DEBUG: Copying /Users/eistrati/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences
DEBUG:…
>>> More
-
as seen on Super User
- Search for 'Super User'
I would like to use rsync to backup my website to my local computer (OS X). I started of with this guide and got pretty far.
I use the following rsync-line:
rsync -PzrlptgD --del --delete-excluded -r --rsync-path=~/bin/rsync user@server:~/ /local/backup/folder/
I wanted to use the -a option (same…
>>> More