URL:
  <http://savannah.nongnu.org/support/?106460>

                 Summary: include, exclude file folder
                 Project: duplicity
            Submitted by: collinm
            Submitted on: mercredi 06.08.2008 à 18:41
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: None

    _______________________________________________________

Details:

hi

currently i use rsync to backup my file, i would like to use duplicity to add
encryption



exclude.txt
Images/
+ .kde/
+ .kde/share/
+ .kde/share/apps/
+ .kde/share/apps/kmail/***
+ .kde/share/apps/kopete/***
- .**

that will exclude Images folder but include the other with +

in a bash script i have
BDIR=/home/$USER
EXCLUDE=exclude.txt
OPTS="-a -r -v -p -t --del --exclude-from=$EXCLUDE --progress"
BACKUPDIR=/dev/sr0
rsync $OPTS $BDIR $BACKUPDIR

is there a way to allow some folder, file to be include, exclude like rsync?

thanks




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/support/?106460>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/



_______________________________________________
Duplicity-tracker mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/duplicity-tracker

Reply via email to