Commit 65d6212d authored by Wayne Davison's avatar Wayne Davison

Got rid of hard-link message (since I don't think it was ever

output in older rsync versions).
parent 4d4df3cd
......@@ -25,7 +25,6 @@ extern int backup_suffix_len;
extern int backup_dir_len;
extern char *backup_suffix;
extern char *backup_dir;
extern struct file_struct **hlink_list;
extern int am_root;
extern int preserve_devices;
......@@ -264,8 +263,6 @@ static int keep_backup(char *fname)
kept = 1;
}
#endif
if (!kept && preserve_hard_links && file->link_u.links && verbose > 1)
rprintf(FINFO, "%s was a hard link\n", f_name(file));
if (!kept && !S_ISREG(file->mode)) {
rprintf(FINFO, "make_bak: skipping non-regular file %s\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment