bugzilla-daemon@dp3.samba.org
2006-Feb-03 12:23 UTC
DO NOT REPLY [Bug 3479] New: Request: timestamps in --log-format
https://bugzilla.samba.org/show_bug.cgi?id=3479
Summary: Request: timestamps in --log-format
Product: rsync
Version: 2.6.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: yair.lenga@citigroup.com
QAContact: rsync-qa@samba.org
It will be very helpful to have the ability to include information about the
modification time of the files. This will help in (1) creating customized
update file list (for --files-from) (2) for logging. Something like
'%M'. Any
datetime format will work (either the Unix, or the standard YYYYMMDDTHHMMSS).
The problem that I'm trying to address is the maintainance of a backup site
in
a high-traffic environment. The update should handle high priority files first
(priority is based on file age (recent changes first), file size (small changes
first), and file name/type (for example: PDF files last).
If the information about the source files is available, one can use "rsync
-n"
to get the list of files, implement a custom sort/filter, and feed the list to
rsync --from-file session.
Extra points for showing the comparable time on the recieving side (if the file
exists), and for option to show the file owner (id/name)
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
bugzilla-daemon@dp3.samba.org
2006-Feb-03 22:40 UTC
DO NOT REPLY [Bug 3479] Request: timestamps in --log-format
https://bugzilla.samba.org/show_bug.cgi?id=3479
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from wayned@samba.org 2006-02-03 15:39 MST -------
Makes sense to me. Since we already allow the user to output the length, why
not the modtime, uid, gid, and the mode-bits too while we're at it. (I
didn't
go for the "extra points", since outputting receiver-side attributes
would be a
lot more complicated to code up.)
I've checked-in a change to the CVS version.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Possibly Parallel Threads
- DO NOT REPLY [Bug 3719] New: Improved "--update" logic
- DO NOT REPLY [Bug 3718] New: RSync should verify permission/time before commiting a change
- Implemented "--exclude-old" in rsync
- MS Excel/NT/Samba timestamp - serious problem, bug?
- DO NOT REPLY [Bug 3778] New: rsync triggers ( pre/post xter scripts )