Richard Bostrom (12024-07-14):
> tar -zcvf bak.tar.gz /home/user/Documents &&

Information missing: what is the current directory.

> gpg -r backup@user.local -e bak.tar.gz &&
> rm -rf bak.tar.gz &&

> rsync -vac --delete /home/user/Documents/bak.tar.gz.gpg /media/user/6548-2136 
> &&rm -rf bak.tar.gz.gpg

Fortunately, we have the information: the current directory is
/home/user/Documents.

> tar: file changed as we read it.

The message says it exactly as it is.

Solution: do not use the directory you are trying to backup as a
directory for temporary files at the same time.

Regards,

-- 
  Nicolas George

  • Bug? Richard Bostrom
    • Re: Bug? Nicolas George
    • Re: Bug? David Christensen

Reply via email to