rdiff-backup-users
[Top][All Lists]
Advanced

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

[rdiff-backup-users] Removing prefix when making a backup


From: Mitar
Subject: [rdiff-backup-users] Removing prefix when making a backup
Date: Wed, 17 May 2017 14:31:53 -0700

Hi!

I am trying to make a Docker image which would make backups of the host system.

For that purpose, I mount into a Docker container two volumes:

/source
/backup

And then I run:

rdiff-backup --include-globbing-filelist list /source /backup

My issue is that with this approach "source" directory is put into
/backup, and all paths in "list" have to start with /source as well.
Is there a way to tell rdiff-backup that the /source should be used as
root and that prefix should be removed when making a backup, and also
for include-globbing-filelist? So that everything behaves like:

rdiff-backup --include-globbing-filelist list / /backup


Mitar

-- 
http://mitar.tnode.com/
https://twitter.com/mitar_m



reply via email to

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