duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] When restoring files on different server: Error '[Errno


From: Mikko Ohtamaa
Subject: [Duplicity-talk] When restoring files on different server: Error '[Errno 1] Operation not permitted:
Date: Fri, 8 Mar 2013 16:06:16 -0300

I am testing restoring individual backuped files on non-orignal server
using Duply / Duplicity. This is the command I run to restore a SQL
dump file:

TMPDIR='/tmp' duplicity --name 'duply_fullbackup' --no-encryption
--verbosity '4' --num-retries 15 --full-if-older-than 1M --volsize 250
--exclude=**.log --exclude=**.fs.old --include=/etc --include=/home
--include=/root --include=/srv --include=/var/www --include=/boot
--exclude=/** --restore-time now --file-to-restore
root/db_backups/opensourcehacker.sql ssh://yyy/duply/xxx
opensourcehacker.sql

I'll get the following error during the restore:

Last full backup date: Fri Feb  8 09:11:30 2013
Error '[Errno 1] Operation not permitted: 'opensourcehacker.sql'' processing .
--- Finished state OK at 19:53:40.875 - Runtime 00:05:22.773 ---

Apparently the file was still restored correctly. I assume this has
something to do with the fact that the server where the restoration is
different and does not have the same users as the orignal server and I
am not running as s root.

This error is harmless?

How to avoid it?

--
Mikko Ohtamaa
http://opensourcehacker.com
http://twitter.com/moo9000



reply via email to

[Prev in Thread] Current Thread [Next in Thread]