rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] Failling to get started


From: Luc Saffre
Subject: [rdiff-backup-users] Failling to get started
Date: Tue, 05 Feb 2013 09:45:13 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

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 address@hidden::/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)
address@hidden'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

address@hidden:/smb/backup$ du -h armand
4.0K    armand/rdiff-backup-data/increments
64K     armand/rdiff-backup-data
68K     armand
address@hidden:/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]