Displaying 3 results from an estimated 3 matches for "stampfil".
Did you mean:
stampfile
2003 Jan 28
1
Rsync checksums
Hi,
This is a newbie type'o'question so I'm most probably talking about
something I know nothing about ;)
Would it be possible to archive files on a removable drive, save the
checksums for the archived files, and later compare existing files against
the saved checksums without plugging in the removable drive? I imagine in
theory this would allow for an easy incremental-backup-to-CD
2016 May 04
9
[PATCH 0/8] python: PEP 8 fixes
Hi,
this series cleans up the Python sources, either static or generated,
including also tests, to make them PEP 8 compliant; see
https://www.python.org/dev/peps/pep-0008/ and tools like pep8.
Almost all the issues reported by pep8 are fixed, reducing the issues
from 3818 to 7.
The changes should have no effect on the actual code, while it will
help Python users with consistency with other
2005 Jul 24
0
[Bug 2913] New: rsync of symlinks on >=bsd needs lutimes(2) and lchmod(2)
...rsync-qa@samba.org
on at least freebsd, symlinks have settable
times/perms as well as u/g/flags.
true, use of a symlink is time/perm/u/g/flag agnostic
however, unsynchronized time/perm do cause problems
elsewhere on systems that have the above syscalls. ie:
1 - find <path> -newer <stampfile> -ls
print if any/all types, rather than a single, are newer
2 - find <path> -perm +7022 -ls
print if any/all types, rather than a single, are not isolated
rsync created slinks earn the time of the symlink(2) call
by rsync. further, an lutimes(2) run elsewhere against the
slink...