Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

backup

How can I make robocopy silent in the command line except for progress?

December 8, 2022 by Tarik

I added the following 2 parameters: /np /nfl So together with the 5 parameters from AndyGeek’s answer, which are /njh /njs /ndl /nc /ns you get the following and it’s silent: ROBOCOPY [source] [target] /NFL /NDL /NJH /NJS /nc /ns /np /NFL : No File List – don’t log file names. /NDL : No Directory … Read more

Categories backup Tags backup, robocopy Leave a comment

What does f+++++++++ mean in rsync logs?

December 3, 2022 by Tarik

Let’s take a look at how rsync works and better understand the cryptic result lines: 1 – A huge advantage of rsync is that after an interruption the next time it continues smoothly. The next rsync invocation will not transfer the files again, that it had already transferred, if they were not changed in the … Read more

Categories backup Tags backup, logging, rsync Leave a comment

How can I backup a Docker-container with its data-volumes?

October 8, 2022 by Tarik

if I want to revert the container I can try to commit an image, and then later delete the container, and create a new container from the committed image. But if I do that the volume gets deleted and all my data is gone As the docker user guide explains, data volumes are meant to … Read more

Categories backup Tags backup, docker, linux-containers Leave a comment
Newer posts
← Previous Page1 Page2

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa