Hi, I’m trying to backup my InfluxDB database, and I can’t get it to work… I keep getting the below errors no matter what I try. I was on 1.3.2 but just upgraded to 1.3.5 to see if that would help, but it didn’t seem to.
influxd backup -database production backups/
2017/08/31 19:53:15 backing up db=production since 0001-01-01 00:00:00 +0000 UTC
2017/08/31 19:53:15 backing up metastore to backups/meta.01
2017/08/31 19:53:15 backing up db=production rp=autogen shard=5 to backups/production.autogen.00005.00 since 0001-01-01 00:00:00 +0000 UTC
2017/08/31 19:53:15 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (0)...
2017/08/31 19:53:16 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (1)...
2017/08/31 19:53:17 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (2)...
2017/08/31 19:53:18 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (3)...
2017/08/31 19:53:19 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (4)...
2017/08/31 19:53:20 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (5)...
2017/08/31 19:53:22 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (6)...
2017/08/31 19:53:23 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (7)...
2017/08/31 19:53:24 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (8)...
2017/08/31 19:53:25 Download shard 5 failed copy backup to file: err=<nil>, n=0. Retrying (9)...
Any thoughts?