Good afternoon. I have added a new machine to my Tarsnap account and I started its first backup this week. It was a big backup for me, because it was my entire NAS minus virtual machines and easily downloadable public files. My plan is to centralized backups to my NAS, then backup the NAS. I ran into a problem after I ran out of funds in my account, and the backup stopped. I find no .part file with which a backup can resume. As it had been baking up for 3-4 days at the time, I’d like to avoid starting over, and of course I’d like for the bandwidth charges not to be a loss. No one has physical access to the machine, and I find no evidence of tampering. Did I lose my backup in progress, or can I continue the backup and know that the first archive will appear without having to re-upload all the files? I have lost my command history, but the command was probably something like the following running as a non privileged user. The machine is dedicated to only backing up the NAS in various ways, so having an unprivileged user for this task seems reasonable. The non-priv user is ‘justin' tarsnap -c -f 20180828-mnt-DiskStation /mnt/DiskStation Here is my .tarsnaprc with all lines included and only comments corresponding to uncommitted lines stripped out: # Tarsnap cache directory cachedir /home/justin/tarsnap-cache # Tarsnap key file keyfile /home/justin/tarsnap.DiskStation.key # Don't archive files which have the nodump flag set. nodump # Print statistics when creating or deleting archives. print-stats # Create a checkpoint once per GB of uploaded data. checkpoint-bytes 1G ### Commonly useful options # Use SI prefixes to make numbers printed by --print-stats more readable. humanize-numbers # Include only files and directories matching specified patterns. # Only one file or directory per command; multiple "include" # commands may be given. include /mnt/DiskStation Tarsnap was installed from pkg: $ echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/justin/bin $ pkg which /usr/local/bin/tarsnap /usr/local/bin/tarsnap was installed by package tarsnap-1.0.39 $ uname -a FreeBSD fluffy 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 $ df -h Filesystem Size Used Avail Capacity Mounted on /dev/vtbd0p2 9.0G 3.5G 4.8G 42% / devfs 1.0K 1.0K 0B 100% /dev //ADMIN@DISKSTATION/TESTFOLDER 11T 2.3T 8.5T 21% /mnt/DiskStation/testfolder //ADMIN@DISKSTATION/MUSIC 11T 2.3T 8.5T 21% /mnt/DiskStation/music //ADMIN@DISKSTATION/SCANNERS 11T 2.3T 8.5T 21% /mnt/DiskStation/scanners The folders mounted do not consume 2.3T. It is closer to 300GB. The backup continued for 3-4 days, at which time, having exhausted my funds in the account and then some. The Tarsnap client stopped adding to the first archive for this NAS as documented in https://www.tarsnap.com/faq.html#out-of-money . The account had just under -7 dollars. $ pwd /usr/home/justin $ id uid=1001(justin) gid=1001(justin) groups=1001(justin),0(wheel) $ tarsnap -vv --list-archives |