index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-18
/
+18
2004-05-13
Don't force the modtime on our backup dirs -- the dirs in the
Wayne Davison
1
-1
/
+0
2004-05-04
Calls to make_bak_dir() should only happen when we fail to create a
Wayne Davison
1
-8
/
+14
2004-03-13
Check robust_rename()'s return value using < 0.
Wayne Davison
1
-2
/
+2
2004-02-23
A couple fixes from Shinichi Maruyama.
Wayne Davison
1
-3
/
+3
2004-02-17
Moved the EXDEV handling into robust_rename().
Wayne Davison
1
-36
/
+4
2004-02-11
- Revised and optimized the directory-making code.
Wayne Davison
1
-98
/
+83
2004-02-11
Got rid of hard-link message (since I don't think it was ever
Wayne Davison
1
-3
/
+0
2004-02-10
Simplified test for hardlink in make_backup debug message to
J.W. Schultz
1
-5
/
+2
2004-02-10
Make idev, hlink and file_struct + strings use allocation
J.W. Schultz
1
-2
/
+3
2004-02-02
Changed args to make_file() and free_file().
Wayne Davison
1
-3
/
+2
2004-01-25
Changed F_HEAD to F_HLINDEX.
Wayne Davison
1
-1
/
+2
2004-01-20
Use new stringjoin() and pathjoin() functions.
Wayne Davison
1
-19
/
+16
2004-01-12
Changed the hard-link check.
Wayne Davison
1
-1
/
+2
2004-01-11
Use the new union-ified flist_struct values.
Wayne Davison
1
-5
/
+5
2004-01-05
A few formatting tweaks.
Wayne Davison
1
-61
/
+61
2003-09-11
Improved file-related error messages by using the new
Wayne Davison
1
-12
/
+15
2003-08-22
Make extra backup dirs mode 0700, not 0755.
Wayne Davison
1
-1
/
+1
2003-08-01
Use the new backup_suffix_len and backup_dir_len variables. Got rid
Wayne Davison
1
-15
/
+8
2003-07-31
Whitespace and indentation fixes.
J.W. Schultz
1
-103
/
+112
2003-07-01
Call make_file() using the revised arg syntax and new defines.
Wayne Davison
1
-2
/
+1
2002-05-09
Submit enhancement from Michael Zimmerman to allow --suffix to be used
David Dykstra
1
-2
/
+8
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-4
/
+4
2000-10-26
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
1
-1
/
+1
2000-08-19
added an explicit noexcludes flag to make_file()
Andrew Tridgell
1
-1
/
+4
2000-08-19
fixed backup_dir bug introduced with recent memory handling patches
Andrew Tridgell
1
-1
/
+1
2000-07-29
optimisations from Rich Salz <rsalz@caveosystems.com>
Andrew Tridgell
1
-1
/
+1
2000-01-30
patch from Jim Delahanty <mail_us@swbell.net> to ensure files are
Andrew Tridgell
1
-3
/
+7
2000-01-27
patch from James Delahanty <jimd@gie.com> to make --backup-dir work
Andrew Tridgell
1
-18
/
+123
2000-01-24
added --backup-dir option from Bob Edwards
Andrew Tridgell
1
-1
/
+134
1999-08-30
separated out the make_backup code in preparation for some patches
Andrew Tridgell
1
-0
/
+46