On 02/16/2013 07:45 PM, Eric Beversluis wrote:
I tried:
"rdiff-backup --list-at-time
2012-12-31 /run/media/eric/b*/Fedora15-2Backup/var/www/html/jQuery"
but this gave me this reply:
Fatal Error: Bad
"directory /run/media/eric/b*/Fedora15-2Backup/var/www/html/jQuery.
It doesn't appear to be an rdiff-backup destination dir"
The problem is the "b*". You can't use shell meta-characters in these
queries because rdiff-backup takes them literally and doesn't expand
them. It "works" for an existing directory because your shell expands
the "b*" before passing it to rdiff-backup. The shell won't expand a
meta-character unless the _entire_path_ matches something, so for a
directory that doesn't exist in the mirror, the shell passes the "*"
character literally, rdiff-backup takes it literally, and nothing
matches.
--
Bob Nichols "NOSPAM" is really part of my email address.
Do NOT delete it.
_______________________________________________
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