Duplicity 不断显示上次完整备份日期:无

Duplicity 不断显示上次完整备份日期:无

我正在使用 duply 包装脚本并将我的文件夹完整备份到另一个位置,当我尝试运行 incr 备份时,Duplicity 一直告诉我,上次完整备份日期为无。

Warning, found signatures but no corresponding backup files
Warning, found incomplete backup sets, probably left from aborted session
Last full backup date: none
Last full backup is too old, forcing full backup
Collection Status
-----------------
Connecting with backend: BackendWrapper
Archive dir: /root/.cache/duplicity/duply_my_profile

Found 0 secondary backup chains.
No backup chains with active signatures found
Also found 0 backup sets not part of any chain,
and 1 incomplete backup set.

命令行 duplicity 被调用(注意:我在这里调用 dry-run 只是为了生成此输出并将其发送到文件,因为完整备份需要将近一天的时间。之前没有运行 dry-run。“nas-cloud”在 .ssh/config 中与 ssh 密钥一起定义。连接有效,文件出现在另一端并已更新):

duplicity 0.7.11 (December 31, 2016)
Args: /usr/bin/duplicity incr --name duply_my_profile --encrypt-key \
******** --sign-key ******** --verbosity 9 \
--full-if-older-than 1M --par2-redundancy 15 --asynchronous-upload \
--force --dry-run --exclude-filelist /root/.duply/my_profile/exclude \ 
/opt/storage/ par2+pexpect+sftp://nas-cloud//backups/

Linux debian 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64 
/usr/bin/python 2.7.13 (default, Nov 24 2017, 17:33:09) 
[GCC 6.3.0 20170516]

签名似乎有问题。我该如何修复它或如何才能找到有关此问题的更多信息?

0 files exist on backend
4 files exist in cache
Extracting backup chains from list of files: []
--------------[ Backup Statistics ]--------------
StartTime 1523349943.62 (Tue Apr 10 10:45:43 2018)
EndTime 1523350235.82 (Tue Apr 10 10:50:35 2018)
ElapsedTime 292.20 (4 minutes 52.20 seconds)
SourceFiles 1284474
SourceFileSize 330150901549 (307 GB)
NewFiles 643763
NewFileSize 330150901549 (307 GB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 643763
RawDeltaSize 0 (0 bytes)
TotalDestinationSizeChange 0 (0 bytes)
Errors 0
-------------------------------------------------

Releasing lockfile /root/.cache/duplicity/duply_my_profile/lockfile.lock
Removing still remembered temporary file /tmp/duplicity-mtXuus-tempdir/mkstemp-5_L1Mx-1
--- Finished state OK at 10:50:36.835 - Runtime 00:04:57.692 ---

相关内容