Search:

Type: Posts; User: silbro; Keyword(s):

Search: Search took 0.07 seconds.

  1. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    Hey

    I was sick this weekend and even had to work :( so I didn't have any time to post my scripts. I will do this sometime soon though. I always think it's fair to share the knowledge if you were...
  2. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    This did solve my problem. I'm so glad that this was it :) Thank you all again for helping me.

    If I have time I'll post all my scripts etc. this weekend.
  3. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    Sure I'll share them once it's working fine. But remember that my scripts are very simple and basic ;) but I will share what I have done and if I have time I'll also take a look at how to mount the...
  4. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    Oh man!

    This was my command with rsync:


    if [ -e /usb_backup/usbbackup ];
    then rsync -avz --delete /data1/backup/ /usb_backup/backup;
    fi

    So I forgot the -H option #-o
  5. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    Hi LHammonds

    /data1/backup/rsnapshot is where the rsnapshot writes to locally



    sudo du -sh /data1/backup/rsnapshot/
    213G /data1/backup/rsnapshot/
  6. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    Hi LHammonds,

    Thanks for your reply.

    The rsnapshot backup is 213GB. My usb disk is 1.8 TB and yes it is only used for backups. df -T outputs this:

    /dev/sdi1 fuseblk 1953511420 1952793420 ...
  7. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    rsyncing still fills up all the space on my usb disk. Anyone have any ideas ?
  8. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    Ok I believe this was my problem (yes I'm ashamed of myself):

    * 04 * * * /root/backup/rsynctousb.sh

    instead of

    0 04 * * * /root/backup/rsynctousb.sh

    ](*,)
  9. Replies
    17
    Views
    1,543

    [ubuntu] Re: rsyncing rsnapshots takes up too much space

    The reason I don't want to do that is because I will be switching the USB disk and I want the Backup of my data to be local as well.
  10. Replies
    17
    Views
    1,543

    [ubuntu] rsyncing rsnapshots takes up too much space

    Hi everybody

    I use rsnapshot for my backups. I don't directly back up to an external disk. I backup my data locally via rsnapshot and then rsync the rsnapshot to the usb disk. The usb disk is...
  11. Replies
    1
    Views
    928

    [ubuntu] Re: sftp and chroot connection problems

    Ok so I just solved this problem. I guess the booze yesterday didn't help at all :)) the problem was that the directories


    /var
    /var/www

    were also needed to be owned by the user root and...
  12. Replies
    1
    Views
    928

    [ubuntu] sftp and chroot connection problems

    Hi everybody

    I have a ubuntu 10.04.4 server running. What I wanted to do is give sftp access to /var/www/[user] so people can upload websites.

    This is what I did:

    1) create userx and set his...
  13. [ubuntu] Re: E: Internal Error, Could not perform immediate configuration (1) on libc6

    Just for the information. I didn't solve this problem succesfully. I used another Ubuntu Server version and started from scratch.
  14. Replies
    1
    Views
    480

    [ubuntu] Re: soft lookup_cpu#3 stuck for 61s

    *bump*

    ;)
  15. Replies
    5
    Views
    592

    [ubuntu] Re: networking problem?

    what about the switch, have you tried switching it or use another port?
  16. Replies
    5
    Views
    592

    [ubuntu] Re: networking problem?

    if the server sais connection refused it means you dont have ssh installed on the server. Try to ping the server for a while and also from the server and see if you already lose packets there.
    ...
  17. Replies
    1
    Views
    480

    [ubuntu] soft lookup_cpu#3 stuck for 61s

    Hello everybody,

    I've had a weird problem. I got the following error on a server:


    []BUG: soft lockup_CPU#3 stuck for 61s

    The server was running for days actually weeks without any...
  18. [ubuntu] Re: E: Internal Error, Could not perform immediate configuration (1) on libc6

    Thank you for the information. I will try this as well. I will post my results once I get to do this this week.

    :popcorn:
  19. [ubuntu] Re: E: Internal Error, Could not perform immediate configuration (1) on libc6

    Well I just found out some stuff.

    The library I cannot remove is being used by a program it seems. So I'll be making a backup of the system. Then try again and see if it helps stopping the program...
  20. [ubuntu] E: Internal Error, Could not perform immediate configuration (1) on libc6

    Hi all

    I have a problem I cannot solve. I don't even understand what exactly the problem seems to be. What I wanted to do is install a zabbix-agent on a 8.06 Ubuntu server installation. I added...
  21. [ubuntu] Re: Linux Professional (LPIC1) Certificate, please help!

    This scares me a bit :) 800hours of studying. I thought this LPIC test wasnt so hard if you have played/worked with unix for a bit. I also tried to find a book that would suit my needs but for some...
  22. Thread: tar.gz problems

    by silbro
    Replies
    6
    Views
    766

    [ubuntu] Re: tar.gz problems

    Thank you for your answer :)! This means my backups I'm making are all safe ;)

    for me this case is solved.

    sincerely,
    Silvio
  23. Thread: tar.gz problems

    by silbro
    Replies
    6
    Views
    766

    [ubuntu] Re: tar.gz problems

    Thank you for the replies!
    Your comments make sense to me. Would this also mean, if I transfer the .tar.gz file to Windows, then move that .tar.gz file back to a linux machine, I should be able to...
  24. Thread: tar.gz problems

    by silbro
    Replies
    6
    Views
    766

    [ubuntu] Re: tar.gz problems

    For some reason I don't believe that nobody has come across this problem besides me so far ;) There must be some germans or swiss like me, that had this problem before! Im sure of it. Can I replace...
  25. Thread: tar.gz problems

    by silbro
    Replies
    6
    Views
    766

    [ubuntu] tar.gz problems

    Hello,

    I have the problem, that when creating .tar.gz files with special characters such as ä,ö,ü my archive cannot be extracted fully on Windows. It just misspells the special characters in the...
Results 1 to 25 of 25