Hi, as a beginner, I'm probably missing something...
I'm trying to backup data under t:\data from my cygwin windows machine (called "armand") to a Debian server (called "jana"). I created a file `rdiff-backup-to-jana.sh` with one line: rdiff-backup --include-globbing-filelist include.lst \ /cygdrive luc@jana::/smb/backup/armand Another file `include.lst` contains two lines: /cygdrive/t/data/** - ** I run it like this from a Windows command prompt: T:\data\path>bash rdiff-backup-to-jana.sh /usr/lib/python2.6/site-packages/rdiff_backup/SetConnections.py:148: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module. stdin, stdout = os.popen2(remote_cmd) luc@jana's password: T:\data\path> That is, it asks for a password, then works some time and everything seems okay. On jana it has created a directory /smb/backup/armand containing one subdirectory rdiff-backup-data. But I cannot believe that this is a backup of my data because it is only 68KB luc@jana:/smb/backup$ du -h armand 4.0K armand/rdiff-backup-data/increments 64K armand/rdiff-backup-data 68K armand luc@jana:/smb/backup$ I guess that it is just the extra reverse diffs. But where is the copy of my data? What am I missing? Thanks in advance for any hints. Luc _______________________________________________ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki