On Thu, 22 Apr 2004 10:46:56 +0200, Martin Müller
<(E-Mail Removed)> wrote:
> hello,
>
> i'm sorry for reposting this message but i still have no idea. perhaps
> someone of you has a solution?
>
> i have a backup-script that makes incremental backups via tar -N $date. This
> works locally but when I try to make a backup of a nfs-mounted remote it
> will always result in a full backup.
> when I try to set $date into the future, nothing is backed up.
> So it seems, the file modification time is always the mount time.
>
Is that what "ls -l" shows on the remote files? What about "ls -lc"?
Try tar --newer-mtime=$date
--
Giraffe: a ruminant with a view.
|