Home
last modified time | relevance | path

Searched refs:make_backups (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/rsync/rsync-3.2.3/patches/
H A Dbackup-deleted.diff18 - if (inplace && make_backups > 0 && fnamecmp_type == FNAMECMP_FNAME) {
19 + if (inplace && make_backups > 1 && fnamecmp_type == FNAMECMP_FNAME) {
36 - if (make_backups > 0 && !dir_in_the_way) {
37 + if (make_backups > 1 && !dir_in_the_way) {
60 + if (make_backups == 1)
72 - if (make_backups > 0 && !make_backup(fname, False))
73 + if (make_backups > 1 && !make_backup(fname, False))
81 - if (inplace && make_backups > 0) {
82 + if (inplace && make_backups > 1) {
118 - if (make_backups > 0 && overwriting_basis) {
[all …]
H A Dsource-backup.diff19 int make_backups = 0;
27 {"backup", 'b', POPT_ARG_VAL, &make_backups, 1, 0, 0 },
29 {"no-backup", 0, POPT_ARG_VAL, &make_backups, 0, 0, 0 },
75 extern int make_backups;
H A Dbackup-dir-dels.diff196 - if (make_backups > 0 && !(flags & DEL_FOR_BACKUP) && (backup_dir || !is_backup_file(fbuf))) {
197 + if (make_backups > 0 && !(flags & DEL_FOR_BACKUP) && (backup_dir_dels || !is_backup_file(fbuf)))…
233 {"backup-deleted", 0, POPT_ARG_VAL, &make_backups, 1, 0, 0 },
234 {"no-backup", 0, POPT_ARG_VAL, &make_backups, 0, 0, 0 },
286 make_backups = 1; /* --backup-dir implies --backup */
314 + } else if (make_backups && delete_mode && !delete_excluded && !am_server) {
H A Dslow-down.diff57 {"backup", 'b', POPT_ARG_VAL, &make_backups, 1, 0, 0 },
H A Dfsync.diff49 extern int make_backups;
H A Ddate-only.diff22 extern int make_backups;
/dports/net/rsync/rsync-3.2.3/
H A Dsender.c43 extern int make_backups;
301 make_backups = -make_backups; in send_files()
307 make_backups = -make_backups; in send_files()
316 … || (inplace && (protocol_version >= 29 ? fnamecmp_type == FNAMECMP_FNAME : make_backups <= 0)); in send_files()
416 if (make_backups < 0) in send_files()
417 make_backups = -make_backups; in send_files()
H A Dreceiver.c45 extern int make_backups;
423 if (make_backups > 0 && !make_backup(fname, False)) in handle_delayed_updates()
633 make_backups = -make_backups; /* prevents double backup */ in recv_files()
643 make_backups = -make_backups; in recv_files()
739 if (inplace && make_backups > 0) { in recv_files()
951 if (make_backups < 0) in recv_files()
952 make_backups = -make_backups; in recv_files()
H A Ddelete.c26 extern int make_backups;
177 if (make_backups > 0 && !(flags & DEL_FOR_BACKUP) && (backup_dir || !is_backup_file(fbuf))) { in delete_item()
H A Dgenerator.c67 extern int make_backups;
1864 if (inplace && make_backups > 0 && fnamecmp_type == FNAMECMP_FNAME) { in recv_generator()
1900 if (inplace && make_backups > 0 && fnamecmp_type == FNAMECMP_FNAME) { in recv_generator()
2024 if (make_backups > 0 && !dir_in_the_way) { in atomic_create()
2195 make_backups = -make_backups; /* avoid dup backup w/inplace */ in check_for_finished_files()
2220 make_backups = -make_backups; in check_for_finished_files()
H A Doptions.c34 int make_backups = 0; variable
779 {"backup", 'b', POPT_ARG_VAL, &make_backups, 1, 0, 0 },
780 {"no-backup", 0, POPT_ARG_VAL, &make_backups, 0, 0, 0 },
2241 make_backups = 1; /* --backup-dir implies --backup */ in parse_arguments()
2270 } else if (make_backups && delete_mode && !delete_excluded && !am_server) { in parse_arguments()
2286 if (make_backups && !backup_dir) { in parse_arguments()
2501 if (make_backups) in server_options()
H A Drsync.c53 extern int make_backups;
771 if (make_backups > 0 && overwriting_basis) { in finish_transfer()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dmv.c341 bool make_backups = false; in main() local
370 make_backups = true; in main()
411 make_backups = true; in main()
475 if (make_backups && x.interactive == I_ALWAYS_NO) in main()
482 x.backup_type = (make_backups in main()
H A Dln.c471 bool make_backups = false; in main() local
498 make_backups = true; in main()
551 make_backups = true; in main()
636 backup_type = (make_backups in main()
H A Dcp.c933 bool make_backups = false; in main() local
988 make_backups = true; in main()
1130 make_backups = true; in main()
1152 if (make_backups && x.interactive == I_ALWAYS_NO) in main()
1165 x.backup_type = (make_backups in main()
H A Dinstall.c798 bool make_backups = false; in main() local
834 make_backups = true; in main()
876 make_backups = true; in main()
949 x.backup_type = (make_backups in main()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dmv.c341 bool make_backups = false; in main() local
370 make_backups = true; in main()
411 make_backups = true; in main()
475 if (make_backups && x.interactive == I_ALWAYS_NO) in main()
482 x.backup_type = (make_backups in main()
H A Dln.c440 bool make_backups = false; in main() local
465 make_backups = true; in main()
518 make_backups = true; in main()
566 backup_type = (make_backups in main()
H A Dcp.c933 bool make_backups = false; in main() local
988 make_backups = true; in main()
1130 make_backups = true; in main()
1152 if (make_backups && x.interactive == I_ALWAYS_NO) in main()
1165 x.backup_type = (make_backups in main()
H A Dinstall.c798 bool make_backups = false; in main() local
834 make_backups = true; in main()
876 make_backups = true; in main()
949 x.backup_type = (make_backups in main()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_schema08.py109 def make_backups(self): member in test_schema08
185 self.make_backups()
/dports/graphics/Coin/coin-Coin-4.0.0/scripts/
H A Dreplace38 $make_backups = 1;
/dports/devel/patch/patch-2.7.6/src/
H A Dpatch.c76 static bool make_backups; variable
169 if (make_backups | backup_if_mismatch) in main()
538 bool backup = make_backups in main()
890 make_backups = true; in get_some_switches()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dmain.py613 renpy.game.script.make_backups()
/dports/audio/schismtracker/schismtracker-20211116/docs/
H A Dconfiguration.md62 make_backups=1

12