4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    2 results tagged tar x
    • zip et tar.gz sous linux

      Pour créer une archive de la forme latest_2013-05-19-04-05-23.tar.gz ou .zip

      !/bin/bash

      dotd=date +%F-%H-%M-%S
      tar -pczf /tmp/lastbackup/latest$dotd.tar.gz /var/cache/rsnapshot/hourly.0
      zip -y -9 -r /tmp/lastbackup/latest
      $dotd.zip /var/cache/rsnapshot/hourly.0

      L'option -y permet de ne pas suivre les liens symboliques (ce qui faisait planter mon backup). A enlever si nécessaire.

      May 19, 2013 at 11:07:15 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?xC6EMA
      backup debian linux tar zip
    • How To Tar A Directory In Linux With A Shell Command
      December 12, 2012 at 4:16:15 PM GMT+1 - permalink - archive.org - http://www.wallpaperama.com/forums/how-to-tar-a-directory-in-linux-with-a-shell-command-t6920.html
      linux tar
    Links per page: 20 50 100
    page 1 / 1
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation