The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
135 views

including files in a symlink directory when backing up with duplicity

I'm backing up using Duplicity, great tool. I'm unable to include files in the backup that are within a directory that is a symlink. Using the following: duplicity <dup args> --include ...
2
votes
0answers
247 views

Progress bar/% in duplicity?

I'm starting to experiment with Duplicity for my backups and found that it lacks an option to show a progress bar or percentage, it just shows the files to be backup. Is there a way to get a progress ...
0
votes
0answers
290 views

Duplicity & S3: “The write operation timed out”

I'm trying to set up an automated backup with duplicity on Amazon S3, but I keep getting a weird error that doesn't show up on Google searches. machina:~# duplicity --version duplicity 0.6.14 Here ...
2
votes
1answer
740 views

Browse files backed up with duplicity?

I backed up a long time ago (have been traveling for a few months and moving) with duplicity. My ubuntu installation broke, so I 'fixed' it by having it overwrite my Windows partition, even though I ...
1
vote
1answer
821 views

Using a script that uses Duplicity + S3 excluding large files

I'm trying to write an backup script that will exclude files over a certain size. If i run the script duplicity gives an error. However if I copy and paste the same command generated by the script ...
1
vote
1answer
599 views

Writing a bash shell script for website backup

I am about to write my first shell script for backing up my server. These are the steps I have identified so far. Copy files to be backed up to /srv/backup/ run mysqldump and copy the file to ...
0
votes
1answer
475 views

Ubuntu: Backing up network files with duplicity?

I just installed Duplicity on Ubuntu and got everything working. However, when I try to backup a network samba-connected windows drive, The following occurs: Backup source directory ...
3
votes
0answers
638 views

Restore only changed files with duplicity

I've a problem. Duplicity is perfect for backups, I love so much that can be able to do incremental diff tars, but ... when restoring duplicity seems don't apply same concept. Basically I need to ...
18
votes
6answers
14k views

Replacing Dropbox with: Amazon S3 + SSL + GPG/TrueCrypt + Mounting on OSX ??

So, right now we're using Dropbox to share various data files around between approximately 10 Mac OS X systems. However, we already have an S3 account and everyone on the lowest Dropbox plan of ...