attic
attic copied to clipboard
Deduplicating backup program
Name: attic-backup.org Registry Domain ID: D171289523-LROR Domain Status: pendingDelete, serverHold, redemptionPeriod Registry Expiration: 2021-03-04 11:51:14 UTC
Also should work with at least OpenSSL 1.0.2
This project seem abandoned as there is no communication from the owner. I would like to volunteer to maintain the project. Please submit pull requests or issues to either [AaronWebster/attic](https://github.com/AaronWebster/attic)...
adds retirement warning
Hi, Is it safe to move attic repos to another volume? We've started using attic long time ago and now as the size of the repos increases I'd like them...
I am running into an error with my repository when I attempt to run a prune command. attic prune attic-backup@myserver:mybackup-42977.attic -H 0 -d 7 -w 4 -m 12 -y 0...
I cannot mount any repository I used `attic mount -v -f /path/to/backup.attic::2016-04-16_14:39 backup-mount` And I'm getting this result: ``` Mounting filesystem Traceback (most recent call last): File "/usr/bin/attic", line 3,...
[nbecker@nbecker2 ~]$ attic mount -v nbecker@nbecker7:repository.attic::nbecker2-2017-01-03 mnt [sits for about 5 seconds...] Mounting filesystem No error, but nothing happened [nbecker@nbecker2 ~]$ ls mnt [nbecker@nbecker2 ~]$ mount ...[nothing show that attic...
When I try to build attic on Debian/Testing box with python 3.5 (pip 9.0.1) and openssl 1.1.0c-2 I get the following error during build attic/crypto.c:448:18: error: field 'ctx' has incomplete...
It would be great to be able to ignore file by their size, like this ``` bash attic create /somewhere/my-repository.attic::Monday ~/Documents --exclude-by-size '>=15M' ``` to exclude file superiors to 10Mo....