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

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

[Rdiff-backup-bugs] [bug #37449] Timestamp (ctime/mtime) is not saved fo


From: anonymous
Subject: [Rdiff-backup-bugs] [bug #37449] Timestamp (ctime/mtime) is not saved for symlinks
Date: Thu, 27 Sep 2012 09:54:43 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

URL:
  <http://savannah.nongnu.org/bugs/?37449>

                 Summary: Timestamp (ctime/mtime) is not saved for symlinks
                 Project: rdiff-backup
            Submitted by: None
            Submitted on: Thu 27 Sep 2012 09:54:43 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Using version 1.2.8, it seems like timestamp information (ctime/mtime) is not
saved properly for symbolic links.

Here's a simple example to reproduce the issue:

address@hidden:~# rdiff-backup -V
rdiff-backup 1.2.8
address@hidden:~# mkdir orig bkp
address@hidden:~# cd orig/
address@hidden:~/orig# touch a
address@hidden:~/orig# ln -s a b
address@hidden:~/orig# cd ..
address@hidden:~# ls -l orig/
total 0
-rw-r--r-- 1 root root 0 27 sep 05:35 a
lrwxrwxrwx 1 root root 1 27 sep 05:35 b -> a
[... waited for 1 min]
address@hidden:~# rdiff-backup orig/ bkp/
address@hidden:~# ls -l bkp/
total 4
-rw-r--r-- 1 root root    0 27 sep 05:35 a
lrwxrwxrwx 1 root root    1 27 sep 05:36 b -> a
drwx------ 3 root root 4096 27 sep 05:36 rdiff-backup-data




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?37449>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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