-
-
Notifications
You must be signed in to change notification settings - Fork 835
borg create results to exit code 1 #3928
Copy link
Copy link
Closed
Description
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
ISSUE
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
borg 1.1.6
Operating system (distribution) and version.
Arch Linux
Hardware / network configuration, and filesystems used.
How much data is handled by borg?
350 GB
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg create -spv --compression lz4 --list --exclude-caches --exclude-from '/mybackups/borg_exclude.txt' /mybackups/Borg/home/::mybackup-{now:%Y%m%d-%H%M%S} /home/user/
Describe the problem you're observing.
The backup seems to be created normally:
Archive name: mybackup-20180625-172629
Archive fingerprint: ...
Time (start): Mon, 2018-06-25 17:26:35
Time (end): Mon, 2018-06-25 17:29:03
Duration: 2 minutes 27.57 seconds
Number of files: 488237
Utilization of max. archive size: 0%
Original size Compressed size Deduplicated size
This archive: 298.33 GB 251.67 GB 20.17 MB
All archives: 6.21 TB 5.22 TB 325.74 GB
Unique chunks Total chunks
Chunk index: 573789 11663204
but if run after the output:
echo $?
the output is 1.
Besides that when I check the repo with:
borg check /mybackups/Borg/home/
there is no output.
So I'm not sure if the backup is OK or not.
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
Yes. Running the commands mentioned previously.
Include any warning/errors/backtraces from the system logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels