rsync:link_stat 失败:没有该文件或目录

rsync:link_stat 失败:没有该文件或目录

我正在尝试诊断此错误。Rsync 确实成功复制了 reminderfox.ics。那么为什么我会收到该消息?Ubuntu Mate 18.04

Backing up Hard Drive.
  adding: fstab (deflated 43%)
rsync: link_stat "/home/andy/.mozilla/seamonkey/dsgt0f2o.default/reminderfox.ics" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]

rm fstab
# Backup UserChrome
cd $Seamonkey_User_Chrome_Dir
zip -u UserChrome.zip userChrome.css
rsync --progress -r -u -q UserChrome.zip $Backup_Directory 
# Backup reminderfox reminders This WORKS
cd $Seamonkey_Dir
rsync --progress -r -u -q reminderfox.ics $Backup_Directory 

相关内容