search for: begiining

Displaying 3 results from an estimated 3 matches for "begiining".

Did you mean: begining
2005 Feb 26
0
It works, and thanks ;)
...tents and without it (my own intuition and implementation) I would not have been able to have enabled any of the above. This has actually been fully covered in previous posts and Craig White's findings have done nothing other than back up my own. I've written my own (awk and shell) scripts (begiining start of July last) to include users and machines in Samba 3. They're rather disjointed at the moment, so I definitely can't publish them. As far as Jerry Carter goes, without his Red Hat srpms and complimentary expertise the whole thing would have been a dismal failure. Thanks to ya all....
2015 Jan 16
3
wrong transfer of app packages using --backup
Dear All, I have been seeing some strange behavior using rsync 3.1.1 on OSX with the 3 standard patches applied when using the --backup and --backup-Dir options. This works as expected on 3.0.9, moving any files on dest that are not on source to the backup folder. If no changes then the backup folder is not even created. -aHAXN --fileflags --force-change --protect-decmpfs ?delete --backup
2015 Jan 23
0
rsync 3.1.1 wrong transfer of app packages using --backup
...pp packages from regular directories and it doesn?t matter if the app file is really being copied to the backup_Dir. But the backup Dirs are being created in this case though there are no backups to be made. As a workaround I moved if (x_lstat(fname, &sx.st, NULL) < 0) return 1; to the begiining in make_backup and added it also to copy_valid_path so it would return the call from rsync instead of making screwy directories. This is my diff, assuming one runs fileflags, crtimes, and hfs_compression diffs first for OSX and rsync 3.1.1. Rob diff --git a/backup.c b/backup.c --- a/backup.c ++...